while setup.py exists, it's dangerous not to include this

certain interactions via setup.py will learn wrong metadata without it
This commit is contained in:
Jean-Paul Calderone 2022-12-02 13:28:38 -05:00
parent 2a96f2a397
commit e35dd4e90a

View File

@ -1,2 +1,2 @@
from setuptools import setup from setuptools import setup
setup() setup(setup_requires=["setuptools_scm>=6.2"])