mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Add classifiers for pypi
This commit is contained in:
14
setup.py
14
setup.py
@@ -19,6 +19,20 @@ config = {
|
||||
'asciinema = asciinema.__main__:main',
|
||||
],
|
||||
},
|
||||
'classifiers': [
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Natural Language :: English',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 2 :: Only',
|
||||
'Topic :: System :: Shells',
|
||||
'Topic :: Terminals',
|
||||
'Topic :: Utilities'
|
||||
]
|
||||
}
|
||||
|
||||
setup(**config)
|
||||
|
||||
Reference in New Issue
Block a user