mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add classifiers to the setup.py
This commit is contained in:
parent
2e50394d2a
commit
ad9489b3f0
1 changed files with 15 additions and 0 deletions
15
setup.py
15
setup.py
|
@ -15,6 +15,21 @@ setup(name='salt',
|
|||
author='Thomas S Hatch',
|
||||
author_email='thatch45@gmail.com',
|
||||
url='https://github.com/thatch45/salt',
|
||||
classifiers = [
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Cython',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Console',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: Information Technology',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Topic :: System :: Monitoring',
|
||||
'Topic :: System :: Clustering',
|
||||
'Topic :: System :: Distributed Computing',
|
||||
],
|
||||
packages=['salt',
|
||||
'salt.modules',
|
||||
'salt.cli',
|
||||
|
|
Loading…
Add table
Reference in a new issue