forked from osism/openstack-image-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (35 loc) · 1.07 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
[metadata]
name = openstack-image-manager
summary = OpenStack image manager
description_file =
README.md
license = Apache-2.0
long_description = file: README.md
long_description_content_type = text/markdown
author = OSISM community
author_email = [email protected]
home_page = https://github.com/osism/openstack-image-manager
python_requires = >=3.8
install_requires = file: requirements.txt
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
include_package_data = True
[options.package_data]
* = etc/images/*.yml
[files]
packages =
openstack_image_manager
[entry_points]
console_scripts =
openstack-image-manager = openstack_image_manager.manage:main