Skip to content

Commit

Permalink
Updated version, added required packages in setup.py and tested under…
Browse files Browse the repository at this point in the history
… Python 3.6
  • Loading branch information
tsptoni committed Dec 3, 2017
1 parent 47c51e4 commit c489b1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You must have them installed prior to installing `textrank3`::
If you are going to use the export function, you also need `NetworkX <https://networkx.github.io/download.html>`_.
For a better performance of keyword extraction, install `Pattern <http://www.clips.ua.ac.be/pattern>`_

This version has been tested under Python 2.7
This version has been tested under Python 3.6


More examples
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
package_data = {
'summa': ['README', 'LICENSE']
},
version = '0.0.4',
install_requires=[
'scipy',
'networkx',
],
version = '0.0.5',
description = 'A text summarization and keyword extraction package',
author = 'Federico Barrios, Federico Lopez, Antonio Sanchez Pineda',
author_email = 'summanlp@gmail.com',
Expand Down

0 comments on commit c489b1b

Please sign in to comment.