mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
setup.py: add classifiers
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
16
setup.py
16
setup.py
@@ -29,5 +29,19 @@ setup(name='aqtinstall',
|
||||
'flake8'
|
||||
]
|
||||
},
|
||||
scripts=["bin/aqt"]
|
||||
scripts=["bin/aqt"],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Console',
|
||||
'Environment :: X11 Applications :: Qt',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: MacOS :: MacOS X',
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Operating System :: POSIX',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: C++',
|
||||
'Topic :: Software Development',
|
||||
'Topic :: Software Development :: Libraries',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user