Remove setup.py (#11593)

This commit is contained in:
Marc Mueller 2022-03-23 09:22:12 +01:00 committed by GitHub
parent c0dce08e19
commit d6a1d5af79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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