浏览代码

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"