Skip to content

Commit

Permalink
Merge pull request #131 from Yoctol/upload_file_to_pypi
Browse files Browse the repository at this point in the history
include package data = True
  • Loading branch information
SoluMilken committed Jun 14, 2019
2 parents 30a88a7 + 6fe98a1 commit 8809cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"Programming Language :: Python :: 3.6",
"Development Status :: 3 - Alpha",
],
include_package_data=True,
ext_modules=ext_modules,
python_requires='>=3.5',
)
2 changes: 1 addition & 1 deletion uttut/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'uttut'
__version__ = '1.4.7'
__version__ = '1.4.8'
__description__ = 'Yoctol Utterance processing utilities'
__license__ = 'MIT'
__author__ = 'cph'
Expand Down

0 comments on commit 8809cf2

Please sign in to comment.