okozachenko | 093ce9e | 2021-04-01 22:47:39 +0300 | [diff] [blame] | 1 | [metadata] |
| 2 | name = staffeln |
| 3 | summary = OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package. |
| 4 | description-file = |
okozachenko | bf882e8 | 2021-04-07 16:50:13 +0300 | [diff] [blame^] | 5 | README.md |
okozachenko | 093ce9e | 2021-04-01 22:47:39 +0300 | [diff] [blame] | 6 | author = OpenStack |
| 7 | author-email = openstack-discuss@lists.openstack.org |
| 8 | home-page = https://www.openstack.org/ |
| 9 | python-requires = >=3.6 |
| 10 | classifier = |
| 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] |
| 24 | packages = |
| 25 | staffeln |
okozachenko | bf882e8 | 2021-04-07 16:50:13 +0300 | [diff] [blame^] | 26 | data_files = |
| 27 | etc/staffeln = |
| 28 | etc/staffeln/staffeln.conf |
| 29 | |
| 30 | [entry_points] |
| 31 | console_scripts = |
| 32 | staffeln-api = staffeln.cmd.api:main |
| 33 | staffeln-conductor = staffeln.cmd.conductor:main |
| 34 | wsgi_scripts = |
| 35 | staffeln-api-wsgi = staffeln.api:app |