-
Notifications
You must be signed in to change notification settings - Fork 8
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
Update package setup, README, HISTORY/CHANGELOG to new system #154
Conversation
This is currently failing to build because we don't copy git stuff into the container image, but setup_tools_scm looks for git to get package version. I'll need to address this in another PR. For now, we can fall back to using the dumb static version as users currently only interact with our release versions through container tags. Not ideal but 🤷 . |
Dropped gergel from review 'cause she's crazy busy. |
# Conflicts: # CHANGELOG.md
Merging this to meet a new deadline but please let me know here or in open issues if you have questions or suggestions on this @emileten. You input is valued. |
@brews yea I recently came across these |
Got it I think ! The official :) https://packaging.python.org/en/latest/tutorials/packaging-projects/ |
Migrate
dodola
package setup, build, configuration from setup.py to pyproject.toml and setup.cfg. This follows updated best practices in python packaging.