Skip to content

Commit

Permalink
Bump version and add necessary packaging info
Browse files Browse the repository at this point in the history
  • Loading branch information
despawnerer committed Dec 22, 2015
1 parent fe34036 commit e4ad396
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ summarize.py
Simple Python and NLTK-based implementation of text summarization.


Installation
------------

$ pip install pysummarize


Setup
-----

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import setup, find_packages

setup(
name='summarize',
version='0.4.0',
name='pysummarize',
version='0.5.0',
description='Simple Python and NLTK-based implementation of text summarization',
url='https://github.com/despawnerer/summarize',
author='Aleksei Voronov',
Expand All @@ -12,7 +12,6 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Text Processing',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
Expand Down

0 comments on commit e4ad396

Please sign in to comment.