New explicit versioning mechanism

Closes #1054
This commit is contained in:
Simon Willison 2020-10-28 20:38:15 -07:00 committed by GitHub
commit cefd058c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 14 additions and 2460 deletions

View file

@ -1,13 +1,5 @@
[aliases]
test=pytest
[versioneer]
VCS = git
style = pep440
versionfile_source = datasette/_version.py
versionfile_build = datasette/_version.py
tag_prefix =
parentdir_prefix = datasette-
[flake8]
max-line-length = 160