blob: 2aee593f0d556270d52a0d17d2e052b509654e11 [file] [log] [blame]
okozachenko093ce9e2021-04-01 22:47:39 +03001[metadata]
2name = staffeln
3summary = OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package.
4description-file =
okozachenkobf882e82021-04-07 16:50:13 +03005 README.md
okozachenko093ce9e2021-04-01 22:47:39 +03006author = OpenStack
7author-email = openstack-discuss@lists.openstack.org
8home-page = https://www.openstack.org/
9python-requires = >=3.6
10classifier =
11 Environment :: OpenStack
12 Intended Audience :: Information Technology
13 Intended Audience :: System Administrators
14 License :: OSI Approved :: Apache Software License
15 Operating System :: POSIX :: Linux
16 Programming Language :: Python
17 Programming Language :: Python :: 3
18 Programming Language :: Python :: 3.7
19 Programming Language :: Python :: 3.8
20 Programming Language :: Python :: 3 :: Only
21 Programming Language :: Python :: Implementation :: CPython
22
23[files]
24packages =
25 staffeln
okozachenkobf882e82021-04-07 16:50:13 +030026data_files =
27 etc/staffeln =
28 etc/staffeln/staffeln.conf
29
30[entry_points]
31console_scripts =
32 staffeln-api = staffeln.cmd.api:main
33 staffeln-conductor = staffeln.cmd.conductor:main
34wsgi_scripts =
35 staffeln-api-wsgi = staffeln.api:app