Skip to content

Commit b6d4929

Browse files
committedApr 21, 2015
upload to pypi
1 parent e615bdf commit b6d4929

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ summa/textrank_runtime_error.py
1515
summa/preprocessing/__init__.py
1616
summa/preprocessing/porter.py
1717
summa/preprocessing/snowball.py
18+
summa/preprocessing/stopwords.py
1819
summa/preprocessing/textcleaner.py

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
package_data = {
88
'summa': ['README', 'LICENSE']
99
},
10-
version = '0.0.6',
10+
version = '0.0.7',
1111
description = 'A text summarization and keyword extraction package',
1212
author = 'Federico Barrios, Federico Lopez',
1313
author_email = 'summanlp@gmail.com',
14-
url = 'https://github.com/summanlp/textrank',
14+
url = 'http://summa.fbarrios.com.ar/',
1515
download_url = 'https://github.com/summanlp/textrank/tarball/v0.0.2',
1616
keywords = ['summa', 'nlp', 'summarization', "NLP", "natural language processing", "automatic summarization",
1717
"keywords", "summary", "textrank", "pagerank"],

0 commit comments

Comments
 (0)
Please sign in to comment.