Skip to content

Commit

Permalink
Merge pull request #22 from hfjn/master
Browse files Browse the repository at this point in the history
Enforces packaging of eggs into folders.
  • Loading branch information
Alir3z4 authored Jul 19, 2018
2 parents 2c49f72 + 5bfb779 commit 407a441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
author_email='alireza.savand@gmail.com',
url='https://github.com/Alir3z4/python-stop-words',
packages=find_packages(),
zip_safe=False,
package_data={
'stop_words': [
'stop-words/*.txt',
Expand Down

0 comments on commit 407a441

Please # to comment.