Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bedapudi6788 committed Jul 23, 2020
1 parent 8317a18 commit ae98110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
install_requires=reqs,
extras_require={},
package_data={
'emoint': ['resources/*', 'resources/NRC-Hashtag-Sentiment-Lexicon-v0.1/*', 'resources/SentiStrength/*',
'emoint': ['resources/*gz', 'resources/*csv', 'resources/*dic', 'resources/*gz', 'resources/*jar', 'resources/NRC-Hashtag-Sentiment-Lexicon-v0.1/*', 'resources/SentiStrength/*',
'resources/Sentiment140-Lexicon-v0.1/*', 'resources/emoint/*']
},
data_files=[],
Expand Down

0 comments on commit ae98110

Please sign in to comment.