Skip to content

Commit

Permalink
Merge 2499e5a into 47decce
Browse files Browse the repository at this point in the history
  • Loading branch information
julia326 committed Sep 7, 2018
2 parents 47decce + 2499e5a commit 76c43be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
@@ -1,2 +1 @@
include LICENSE README.md
recursive-include vaxrank/data *
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -89,7 +89,7 @@

long_description=readme_restructured,
packages=['vaxrank'],
package_data={'vaxrank': ['templates/*', 'logging.conf']},
package_data={'vaxrank': ['templates/*', 'data/*', 'logging.conf']},
entry_points={
'console_scripts': [
'vaxrank = vaxrank.cli:main'
Expand Down
2 changes: 1 addition & 1 deletion vaxrank/__init__.py
@@ -1 +1 @@
__version__ = "0.8.6"
__version__ = "0.8.7"

0 comments on commit 76c43be

Please sign in to comment.