Skip to content

Commit

Permalink
versioneer, documentation things, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Feb 15, 2022
1 parent 4e28e72 commit 5a510d9
Show file tree
Hide file tree
Showing 9 changed files with 2,800 additions and 31 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
q2_katharoseq/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include versioneer.py
include q2_katharoseq/_version.py
3 changes: 2 additions & 1 deletion q2_katharoseq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

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

0 comments on commit 5a510d9

Please sign in to comment.