Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move most config from setup.py to setup.cfg to simplify static config management #69

Open
mbrukman opened this issue Jan 19, 2022 · 0 comments
Assignees
Milestone

Comments

@mbrukman
Copy link
Collaborator

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 simple setup.py and move our config into a static setup.cfg instead.

Docs:

@mbrukman mbrukman added this to the Release 0.1.5 milestone Jan 19, 2022
@mbrukman mbrukman self-assigned this Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant