uqfoundation / ppft

distributed and parallel Python
http://ppft.rtfd.io
Other
65 stars 14 forks source link

refactor setup.py #20

Closed KOLANICH closed 2 years ago

KOLANICH commented 5 years ago

The code in setup.py is damn bad. It heavily needs refactoring. 1 remove all the large docstrings that can be read from files 2 use setup.cfg for storing metadata

Your setup.py should look like

from setuptools import setup
setup(use_scm_version = True)