Revert "Remove setup.py"

This reverts commit dd02ed1571.
This commit is contained in:
Marc Mueller 2022-02-07 22:37:24 +01:00
parent d7f4a7a3a1
commit d970f309ac
1 changed files with 7 additions and 0 deletions

7
setup.py Normal file
View File

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