Fix invalid RST description on Pypi

This commit is contained in:
Toilal
2016-01-27 19:33:48 +01:00
parent 122b1f8f61
commit 50ddb300a9
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ History
2.0rc9 (unreleased)
-------------------
- Nothing changed yet.
- Final release.
2.0rc8 (2016-01-26)
@@ -122,5 +122,5 @@ History
2.0a1 (2015-11-07)
------------------
- Rewrite from scratch using `Rebulk <https://www.github.com/Toilal/rebulk>`_
- Read `MIGRATION.rst <https://github.com/guessit-io/guessit/blob/master/MIGRATION.rst>`_ for migration guidelines.
- Rewrite from scratch using Rebulk.
- Read MIGRATION.rst for migration guidelines.
+2 -1
View File
@@ -41,11 +41,12 @@ args = dict(name='guessit',
description='GuessIt - a library for guessing information from video filenames.',
long_description=readme + '\n\n' + history,
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=['Development Status :: 4 - Beta',
classifiers=['Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',