Skip to content

Commit

Permalink
updated MANIFEST and setup.py packages_data
Browse files Browse the repository at this point in the history
  • Loading branch information
tsptoni committed Dec 3, 2017
1 parent 4390755 commit 1dcd2ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ textrank3/preprocessing/porter.py
textrank3/preprocessing/snowball.py
textrank3/preprocessing/stopwords.py
textrank3/preprocessing/textcleaner.py
textrank3/preprocessing/languages/*
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
name = 'textrank3',
packages = ['textrank3', 'textrank3.preprocessing', 'textrank3.preprocessing.languages'],
package_data = {
'summa': ['README', 'LICENSE']
'textrank3': ['README', 'LICENSE'],
'textrank3.preprocessing.languages': ['*.json',]
},
install_requires=[
'scipy',
'networkx',
],
version = '0.0.10',
version = '0.0.11',
description = 'A text summarization and keyword extraction package',
author = 'Federico Barrios, Federico Lopez, Antonio Sanchez Pineda',
author_email = 'antonio@byhs.eu',
Expand Down

0 comments on commit 1dcd2ae

Please sign in to comment.