We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e0f51 commit efcb0ddCopy full SHA for efcb0dd
MANIFEST.in
@@ -0,0 +1 @@
1
+include annotator/eco/eco.json
setup.py
@@ -82,9 +82,10 @@
82
# If there are data files included in your packages that need to be
83
# installed, specify them here. If using Python 2.6 or less, then these
84
# have to be included in MANIFEST.in as well.
85
- package_data={
86
- 'eco': ['annotator/eco/eco.json'],
87
- },
+# package_data={
+# 'eco': ['annotator/eco/eco.json'],
+# },
88
+ include_package_data=True,
89
90
# Although 'package_data' is the preferred approach, in some case you may
91
# need to place data files outside of your packages. See:
0 commit comments