-
Notifications
You must be signed in to change notification settings - Fork 12
Consider renaming project #166
Copy link
Copy link
Open
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of usetestThis issue or pull request adds or otherwise modifies test codeThis issue or pull request adds or otherwise modifies test code
Metadata
Metadata
Assignees
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of usetestThis issue or pull request adds or otherwise modifies test codeThis issue or pull request adds or otherwise modifies test code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
To do
💡 Summary
We should consider renaming the library (in
setup.pyorpyproject.toml) to something more specific, likeskeletonorcisagov_skeleton.Motivation and context
We cannot currently deploy this Python library to PyPI or TestPyPI because the name needs to be unique. It would be good to have the ability to do a test deployment to TestPyPI via
twine, just to make sure everything looks correct. This is because descendants of this skeleton repository may well want to deploy to PyPI.