Skip to content

Commit

Permalink
fix entry point bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlli6t committed Aug 2, 2020
1 parent 1239480 commit 39793ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.1
- fix entry point bug.

1.0.0
- update dependency biosut

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'Operating System :: Unix',
],
keywords = 'biology bioinformatics',

scripts=['bin/gccov'],
packages = find_packages(),
python_requires = '>=3.6',
install_requires=['biosut>=2.0.0',],
Expand Down
3 changes: 3 additions & 0 deletions version
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.1
- fix entry point bug.

1.0.0
- update dependency biosut

Expand Down

0 comments on commit 39793ab

Please sign in to comment.