Skip to content

Commit

Permalink
Merge pull request #39 from GeneDx/bugfix/requirements
Browse files Browse the repository at this point in the history
Bugfix/requirements
  • Loading branch information
vgainullin authored May 7, 2020
2 parents ff59554 + 7db2516 commit 06ad18e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include txt2hpo/data/*.wv.gz
include txt2hpo/data/*.wv.gz
include txt2hpo/data/*.json
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
author='Vlad Gainullin <[email protected]>, Kevin Arvai <[email protected]>',
author_email='<[email protected]>',
license='',
include_package_data=True,
entry_points={
'console_scripts': [
f'{__project__} = {__project__}.__main__:main',
Expand Down
2 changes: 1 addition & 1 deletion txt2hpo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__project__ = 'txt2hpo'
__version__ = '0.2.1'
__version__ = '0.2.2'

0 comments on commit 06ad18e

Please sign in to comment.