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

Remove vestigial Versioneer support #70

Open
5 tasks
nutjob4life opened this issue Jul 7, 2023 · 0 comments
Open
5 tasks

Remove vestigial Versioneer support #70

nutjob4life opened this issue Jul 7, 2023 · 0 comments

Comments

@nutjob4life
Copy link
Member

nutjob4life commented Jul 7, 2023

💡 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:

  • Removal of the .gitattributes file completely
  • Deletion of versioneer.py and _version.py in the MANIFEST.in file
  • Expunging of _version.py in the [coverage:run] section of setup.cfg
  • Abolishment of the [mypy-pds.*._version] section completely from setup.cfg
  • Excision of the entire [versioneer] section from setup.cfg
@nutjob4life nutjob4life changed the title Remove .gitattributes Remove vestigial Versioneer support Jul 7, 2023
@github-project-automation github-project-automation bot moved this to Release Backlog in EN Portfolio Backlog Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ToDo
Development

No branches or pull requests

1 participant