mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-31 09:42:58 +00:00
Fix invalid RST description on Pypi
This commit is contained in:
+3
-3
@@ -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.
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user