restore setuptools setup.py shim

This commit is contained in:
Thomas Grainger 2021-03-21 14:06:27 +00:00
parent db90997286
commit 3923a3550c
No known key found for this signature in database
GPG Key ID: E452A1247BAC1A88
1 changed files with 3 additions and 0 deletions

3
setup.py Normal file
View File

@ -0,0 +1,3 @@
from setuptools import setup # type: ignore[import]
setup()