Skip to content

Commit

Permalink
Add MANIFEST.in to include eco.json in package #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Delaney committed Jan 29, 2018
1 parent b4e0f51 commit efcb0dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include annotator/eco/eco.json
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@
# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
package_data={
'eco': ['annotator/eco/eco.json'],
},
# package_data={
# 'eco': ['annotator/eco/eco.json'],
# },
include_package_data=True,

# Although 'package_data' is the preferred approach, in some case you may
# need to place data files outside of your packages. See:
Expand Down

0 comments on commit efcb0dd

Please sign in to comment.