Skip to content

Commit

Permalink
added py36requirements.txt to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jan 4, 2021
1 parent 43bf568 commit eb1bb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include README.md
include requirements.txt
include py36requirements.txt
include setup_requirements.txt
include test_requirements.txt
include shorttext/data/shorttext_exampledata.csv
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_requirements():


setup(name='shorttext',
version='1.4.5',
version='1.4.6',
description="Short Text Mining",
long_description=package_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit eb1bb3c

Please sign in to comment.