-
Notifications
You must be signed in to change notification settings - Fork 329
/
setup.cfg
49 lines (43 loc) · 1.24 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = galaxy
author = Ansible, Inc.
author_email = [email protected]
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]