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 reference to versioneer as it is not used anymore #188

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion {{cookiecutter.repo_name}}/.lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ extraction:
version: 3 # Specify Version 3
path_classifiers:
library:
- versioneer.py # Set Versioneer.py to an external "library" (3rd party code)
- devtools/*
generated:
- {{cookiecutter.repo_name}}/_version.py
4 changes: 2 additions & 2 deletions {{cookiecutter.repo_name}}/devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ This directory contains OS agnostic helper scripts which don't fall in any of th
* `git tag -a X.Y.Z [latest pushed commit] && git push --follow-tags`
- [ ] Get the PR merged in

## Versioneer Auto-version
[Versioneer](https://github.com/warner/python-versioneer) will automatically infer what version
## versioningit Auto-version
[versioningit](https://pypi.org/project/versioningit) will automatically infer what version
is installed by looking at the `git` tags and how many commits ahead this version is. The format follows
[PEP 440](https://www.python.org/dev/peps/pep-0440/) and has the regular expression of:
```regexp
Expand Down