Compare commits

...

1 Commits

Author SHA1 Message Date
Marc Mueller
dd02ed1571 Remove setup.py
* With the update to pip>=21.0, it's no longer needed for editable installs
2022-02-07 17:02:23 +01:00

View File

@ -1,7 +0,0 @@
"""
Entry point for setuptools. Required for editable installs.
TODO: Remove file after updating to pip 21.3
"""
from setuptools import setup
setup()