Skip to content

Commit 6d623d7

Browse files
committed
Remove versioneer
1 parent fefdf60 commit 6d623d7

File tree

4 files changed

+1
-1888
lines changed

4 files changed

+1
-1888
lines changed

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include LICENSE
22
include MANIFEST.in
3-
include versioneer.py
43

54
graft despasito
65
#global-exclude *.py[cod] __pycache__ *.so

despasito/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0+28.ge5ffa36.dirty"
1+
__version__ = "0.3.0+31.gfefdf60.dirty"

devtools/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,3 @@ This directory contains OS agnostic helper scripts which don't fall in any of th
5151
* `git tag -a X.Y.Z [latest pushed commit] && git push --follow-tags`
5252
- [ ] Get the PR merged in
5353

54-
## Versioneer Auto-version
55-
[Versioneer](https://github.com/warner/python-versioneer) will automatically infer what version
56-
is installed by looking at the `git` tags and how many commits ahead this version is. The format follows
57-
[PEP 440](https://www.python.org/dev/peps/pep-0440/) and has the regular expression of:
58-
```regexp
59-
\d+.\d+.\d+(?\+\d+-[a-z0-9]+)
60-
```
61-
If the version of this commit is the same as a `git` tag, the installed version is the same as the tag,
62-
e.g. `despasito-0.1.2`, otherwise it will be appended with `+X` where `X` is the number of commits
63-
ahead from the last tag, and then `-YYYYYY` where the `Y`'s are replaced with the `git` commit hash.

0 commit comments

Comments
 (0)