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