mirror of
https://github.com/ansible/galaxy.git
synced 2026-02-05 09:45:11 +01:00
50 lines
1.2 KiB
INI
50 lines
1.2 KiB
INI
[metadata]
|
|
name = galaxy
|
|
author = Ansible, Inc.
|
|
author_email = support@ansible.com
|
|
description = Galaxy: Find, reuse and share the best Ansible content.
|
|
long_description = Galaxy is a web site and command line tool for creating
|
|
and sharing Ansible roles.
|
|
license = Apache-2.0
|
|
keywords = ansible galaxy
|
|
url = http://github.com/ansible/galaxy
|
|
|
|
classifiers =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: Web Environment
|
|
Framework :: Django
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Natural Language :: English
|
|
Operating System :: OS Independent
|
|
Operating System :: POSIX
|
|
Programming Language :: Python
|
|
Topic :: System :: Installation/Setup
|
|
Topic :: System :: Systems Administration
|
|
|
|
[options]
|
|
zip_safe = False
|
|
packages = find:
|
|
include_package_data = True
|
|
|
|
[options.package_data]
|
|
galaxy =
|
|
importer/linters/yamllint.yaml
|
|
importer/utils/spdx_licenses.json
|
|
templates/robots.txt
|
|
templates/*.html
|
|
templates/**/*.html
|
|
|
|
[coverage:run]
|
|
omit = */migrations/*
|
|
*/test_*.py
|
|
branch = True
|
|
|
|
[coverage:report]
|
|
fail_under = 43.5
|
|
precision = 2
|
|
|
|
[flake8]
|