Skip to content

Commit

Permalink
software: determine own version through versioneer.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jan 13, 2019
1 parent e5cc0cf commit c739bd9
Show file tree
Hide file tree
Showing 7 changed files with 4,189 additions and 2 deletions.
1 change: 1 addition & 0 deletions software/.gitattributes
@@ -0,0 +1 @@
glasgow/_version.py export-subst
4 changes: 4 additions & 0 deletions software/glasgow/__init__.py
@@ -1,3 +1,7 @@
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

import logging


Expand Down

0 comments on commit c739bd9

Please sign in to comment.