mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-31 01:35:20 +00:00
feat(python): add python 3.10 support, drop python 3.5 support
This commit is contained in:
@@ -45,18 +45,18 @@ args = dict(name='guessit',
|
||||
'Operating System :: OS Independent',
|
||||
'Intended Audience :: Developers',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Topic :: Multimedia',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
],
|
||||
keywords='python library release parser name filename movies series episodes animes',
|
||||
author='Rémi Alvergnat',
|
||||
author_email='toilal.dev@gmail.com',
|
||||
url='http://guessit.io',
|
||||
url='https://guessit.io',
|
||||
download_url='https://pypi.python.org/packages/source/g/guessit/guessit-%s.tar.gz' % version,
|
||||
license='LGPLv3',
|
||||
packages=find_packages(),
|
||||
|
||||
Reference in New Issue
Block a user