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,7 @@
|
|||
from datasette.version import __version_info__, __version__ # noqa
|
||||
from .hookspecs import hookimpl # noqa
|
||||
from .hookspecs import hookspec # noqa
|
||||
|
||||
from ._version import get_versions
|
||||
__version__ = get_versions()['version']
|
||||
del get_versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue