mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-06 11:52:55 +00:00
Fix invalid RST description on Pypi
This commit is contained in:
@@ -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