Skip to content

Commit ad73436

Browse files
Rudolf Hornigavarga
Rudolf Hornig
authored andcommitted
Revert "setup.py is no longer needed when using pyproject.toml"
This reverts commit fe9f1c9. It turned out that setup.py is still needed for --editable installation which is useful.
1 parent 82d22fe commit ad73436

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# stub for setuptools. Project is configured in pyproject.toml
2+
3+
from setuptools import setup
4+
5+
setup()

0 commit comments

Comments
 (0)