We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390c10d commit c202ca1Copy full SHA for c202ca1
pyproject.toml
@@ -41,7 +41,7 @@ sphinx-rtd-theme = "0.5.1"
41
imagecodecs = "^2021.8.26"
42
43
[build-system]
44
-requires = ["poetry-core>=1.0.0"]
+requires = ["setuptools", "poetry-core>=1.0.0"]
45
build-backend = "poetry.core.masonry.api"
46
47
[tool.isort]
setup.py
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env python
2
+
3
+import setuptools
4
5
+if __name__ == "__main__":
6
+ setuptools.setup()
0 commit comments