blob: d912812a936f6e09d099404fbbc19e2405baaf85 [file] [log] [blame]
Mohammed Nasera3a92e52024-06-03 22:30:38 -04001[metadata]
2name = neutron-policy-server
3summary = Advanced policy server for Neutron
4description_file =
5 README.rst
6author = VEXXHOST, Inc.
7author_email = support@vexxhost.com
8url = https://vexxhost.github.io/neutron-policy-server/
9project_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 Linaa2ae042024-06-25 20:32:17 +080013python_requires = >=3.8
Mohammed Nasera3a92e52024-06-03 22:30:38 -040014classifiers =
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]
29packages =
30 neutron_policy_server
31
32[entry_points]
33wsgi_scripts =
34 neutron-policy-server-wsgi = neutron_policy_server.wsgi:create_app