Move most config from setup.py
to setup.cfg
to simplify static config management
#69
Milestone
setup.py
to setup.cfg
to simplify static config management
#69
We are currently using
setup.py
and have code to read in a README.md file as a string, but we don't need this to be in code, since none of our configuration is dynamic. Instead, we can have a very simplesetup.py
and move our config into a staticsetup.cfg
instead.Docs:
The text was updated successfully, but these errors were encountered: