-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
41 lines (38 loc) · 1.18 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
[metadata]
name = rhos-bootstrap
description = Red Hat OpenStack bootstrap utility
long_description = file: README.rst
long_description_content_type = text/x-rst
license_files = LICENSE
author = Alex Schultz
author_email = [email protected]
home_page = https://github.com/redhat-openstack/rhos-bootstrap
python_requires = >=3.6
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Topic :: Utilities
[options]
zip_safe = False
include_package_data = True
packages =
rhos_bootstrap
rhos_bootstrap.utils
[options.data_files]
share/rhos-bootstrap =
versions/centos.yaml
versions/rhel.yaml
[options.entry_points]
console_scripts =
rhos-bootstrap = rhos_bootstrap.cli:main