Remove setup.py (#66023)

This commit is contained in:
Marc Mueller
2022-02-21 17:53:58 +01:00
committed by GitHub
parent a82d4d1b7b
commit 5c5f9418ee

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