Remove setup.py

* With the update to pip>=21.0, it's no longer needed for editable installs
This commit is contained in:
Marc Mueller 2022-02-07 17:02:23 +01:00
parent 9be5a15c77
commit dd02ed1571

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()