馃挕 Summary
We should consider renaming the library (in setup.py or pyproject.toml) to something more specific, like skeleton or cisagov_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.
馃挕 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.