Skip to content

Commit

Permalink
Merge pull request #175 from chinapnr/jiachunying_20181225
Browse files Browse the repository at this point in the history
2018.12.25 v1.1.4, add package_data setting
  • Loading branch information
itaa committed Dec 25, 2018
2 parents 689fb91 + 3860b3b commit a0afbbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
@@ -1,3 +1,4 @@
include LICENSE.txt
recursive-include demo *
prune dev_doc
prune dev_doc
recursive-include fishbase/db *
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -22,6 +22,8 @@
description='some useful functions for python',
long_description=readme,
packages=['fishbase'],
package_data={'db': ['fishbase/db/*']},
include_package_data=True,

# packages=['fishbase', 'fishbase.naive_bayes'],
# package_data={'': ['stopwords.txt']},
Expand Down

0 comments on commit a0afbbe

Please sign in to comment.