소스 검색

Update build-system information in pyproject.toml

Thomas Kluyver 4 년 전
부모
커밋
530996f2ef
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pyproject.toml

+ 2 - 2
pyproject.toml

@@ -1,6 +1,6 @@
 [build-system]
-requires = ["flit"]
-build-backend = "flit.buildapi"
+requires = ["flit_core >=2,<4"]
+build-backend = "flit_core.buildapi"
 
 [tool.flit.metadata]
 module = "nsist"