Skip to content

Commit

Permalink
Fixing how we package data/* files - right now they're not making it …
Browse files Browse the repository at this point in the history
…into the build
  • Loading branch information
julia326 committed Sep 7, 2018
1 parent 47decce commit 2499e5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include LICENSE README.md
recursive-include vaxrank/data *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.6"
__version__ = "0.8.7"

0 comments on commit 2499e5a

Please sign in to comment.