Mohammed Naser | a3a92e5 | 2024-06-03 22:30:38 -0400 | [diff] [blame] | 1 | [metadata] |
| 2 | name = neutron-policy-server |
| 3 | summary = Advanced policy server for Neutron |
| 4 | description_file = |
| 5 | README.rst |
| 6 | author = VEXXHOST, Inc. |
| 7 | author_email = support@vexxhost.com |
| 8 | url = https://vexxhost.github.io/neutron-policy-server/ |
| 9 | project_urls = |
| 10 | Bug Tracker = https://github.com/vexxhost/neutron-policy-server/issues |
| 11 | Documentation = https://vexxhost.github.io/neutron-policy-server/ |
| 12 | Source Code = https://github.com/vexxhost/neutron-policy-server |
Rico Lin | aa2ae04 | 2024-06-25 20:32:17 +0800 | [diff] [blame] | 13 | python_requires = >=3.8 |
Mohammed Naser | a3a92e5 | 2024-06-03 22:30:38 -0400 | [diff] [blame] | 14 | classifiers = |
| 15 | Development Status :: 5 - Production/Stable |
| 16 | Environment :: OpenStack |
| 17 | Intended Audience :: Information Technology |
| 18 | Intended Audience :: System Administrators |
| 19 | License :: OSI Approved :: Apache Software License |
| 20 | Operating System :: POSIX :: Linux |
| 21 | Programming Language :: Python |
| 22 | Programming Language :: Python :: 3 |
| 23 | Programming Language :: Python :: 3.10 |
| 24 | Programming Language :: Python :: 3.11 |
| 25 | Programming Language :: Python :: 3 :: Only |
| 26 | Programming Language :: Python :: Implementation :: CPython |
| 27 | |
| 28 | [files] |
| 29 | packages = |
| 30 | neutron_policy_server |
| 31 | |
| 32 | [entry_points] |
| 33 | wsgi_scripts = |
| 34 | neutron-policy-server-wsgi = neutron_policy_server.wsgi:create_app |