charlesll/rampy

Move the metadata into setup.cfg

KOLANICH opened this issue · 2 comments

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)

Ok, will do, thanks.

Done.