mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
Update PyPI meta
This commit is contained in:
4
setup.py
4
setup.py
@@ -50,13 +50,13 @@ setup(
|
|||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
extra_requirements=extra_requirements,
|
extra_requirements=extra_requirements,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
'Framework :: Flask',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||||
'Framework :: Flask'
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user