pimoroni / boilerplate-python

Boilerplate and common files/structure for a Pimoroni Python library.
MIT License
1 stars 1 forks source link

Moved metadata to setup.cfg #1

Closed Gadgetoid closed 5 years ago

Gadgetoid commented 5 years ago

This change moves the majority of package metadata to setup.cfg where it's somewhat cleaner and easier to parse.

It also drops the legacy fallback to distutils.core.

Finally, it concatenates the CHANGELOG.txt contents onto README.rst so that setup.py doesn't need to do slightly shonky things.