Move the metadata into setup.cfg
KOLANICH opened this issue · 2 comments
KOLANICH commented
https://github.com/gvalkov/setuptools-py2cfg automates setup.cfg
generation. Reading some metadata from files can also be configured via it. Your setup.py
should look like
from setuptools import setup
setup(use_scm_version=True)
charlesll commented
Ok, will do, thanks.
charlesll commented
Done.