Skip to content

Commit

Permalink
Install versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Aug 8, 2020
1 parent fe2b5ec commit abd6aab
Show file tree
Hide file tree
Showing 7 changed files with 2,366 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
emojificate/_version.py export-subst
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ recursive-include tests *.py
recursive-include docs Makefile
recursive-include docs *.py
recursive-include docs *.bat
recursive-include docs *.rst
recursive-include docs *.rstinclude versioneer.py
include emojificate/_version.py
include versioneer.py
4 changes: 4 additions & 0 deletions emojificate/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
__version__ = "0.4.1"

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
Loading

0 comments on commit abd6aab

Please sign in to comment.