Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
9416fc62
Commit
9416fc62
authored
Jul 27, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8977 from billwanjohi/add_package_classifiers
add distutils package classifiers
parents
010e58eb
b2739cec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
setup.py
+15
-0
No files found.
setup.py
View file @
9416fc62
...
...
@@ -26,6 +26,21 @@ setup(name='ansible',
package_data
=
{
''
:
[
'module_utils/*.ps1'
,
'modules/core/windows/*.ps1'
,
'modules/extras/windows/*.ps1'
],
},
classifiers
=
[
'Development Status :: 5 - Production/Stable'
,
'Environment :: Console'
,
'Intended Audience :: Developers'
,
'Intended Audience :: Information Technology'
,
'Intended Audience :: System Administrators'
,
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
,
'Natural Language :: English'
,
'Operating System :: POSIX'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 2.7'
,
'Topic :: System :: Installation/Setup'
,
'Topic :: System :: Systems Administration'
,
'Topic :: Utilities'
,
],
scripts
=
[
'bin/ansible'
,
'bin/ansible-playbook'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment