pip et al don't handle metadata for pyproject.toml yet

This commit is contained in:
Jonathan Sundqvist
2021-07-05 09:46:56 +02:00
parent 03b6459cae
commit d6bfbea2af
4 changed files with 36 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
# setup.py
from setuptools import setup
setup(
use_scm_version=True,
setup_requires=['setuptools_scm'],
)