mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add version number support with Versioneer
Repo: https://github.com/warner/python-versioneer Versioneer Licence: Public Domain (CC0-1.0) Closes #273
This commit is contained in:
parent
58b5a37dbb
commit
a113c28ea1
7 changed files with 2361 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
[aliases]
|
||||
test=pytest
|
||||
|
||||
[versioneer]
|
||||
VCS = git
|
||||
style = pep440
|
||||
versionfile_source = datasette/_version.py
|
||||
versionfile_build = datasette/_version.py
|
||||
tag_prefix =
|
||||
parentdir_prefix = datasette-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue