Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed May 27, 2018
1 parent 7af4917 commit e2af471
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
name='bixin',
version='0.0.1',
packages=find_packages(exclude=['bin', 'tests']),
include_package_data = True,
package_data = {
include_package_data=True,
package_data={
'bixin.data': ['*.pkl']
},
extras_require = {
'dev':['prefixtree>=0.2.5']
},
install_requires = install_requires
extras_require={
'dev': ['prefixtree>=0.2.5', 'chardet>=3.0.4']
},
install_requires=install_requires
# prefixtree need at least 0.2.5 if not in pypi install if from github
)

0 comments on commit e2af471

Please sign in to comment.