summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: b2d2fd33ce23b2a0e2bb13125829f416da3fe7c8 (plain)
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 = ansible-core
version = attr: ansible.release.__version__
description = Radically simple IT automation
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Ansible, Inc.
author_email = info@ansible.com
url = https://ansible.com/
project_urls = 
	Bug Tracker=https://github.com/ansible/ansible/issues
	CI: Azure Pipelines=https://dev.azure.com/ansible/ansible/
	Code of Conduct=https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
	Documentation=https://docs.ansible.com/ansible-core/
	Mailing lists=https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
	Source Code=https://github.com/ansible/ansible
license = GPLv3+
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 :: 3
	Programming Language :: Python :: 3.9
	Programming Language :: Python :: 3.10
	Programming Language :: Python :: 3.11
	Programming Language :: Python :: 3 :: Only
	Topic :: System :: Installation/Setup
	Topic :: System :: Systems Administration
	Topic :: Utilities

[options]
zip_safe = False
python_requires = >=3.9
include_package_data = True
scripts = 
	bin/ansible-test

[flake8]
max-line-length = 160

[egg_info]
tag_build = 
tag_date = 0