We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An earlier version of the PDS template repository for Python projects included Versioneer as a way to automatically handle package versioning.
This proved to be far too troublesome and error-prone and conflicted with other CI tools, so we dropped it.
However, some vestigial bits of Versioneer support remains in the repository and these should be removed:
.gitattributes
versioneer.py
_version.py
MANIFEST.in
[coverage:run]
setup.cfg
[mypy-pds.*._version]
[versioneer]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
💡 Description
An earlier version of the PDS template repository for Python projects included Versioneer as a way to automatically handle package versioning.
This proved to be far too troublesome and error-prone and conflicted with other CI tools, so we dropped it.
However, some vestigial bits of Versioneer support remains in the repository and these should be removed:
.gitattributes
file completelyversioneer.py
and_version.py
in theMANIFEST.in
file_version.py
in the[coverage:run]
section ofsetup.cfg
[mypy-pds.*._version]
section completely fromsetup.cfg
[versioneer]
section fromsetup.cfg
The text was updated successfully, but these errors were encountered: