Merge "Update packaging configuration"

This commit is contained in:
Zuul
2026-05-21 20:10:39 +00:00
committed by Gerrit Code Review
+4 -7
View File
@@ -4,19 +4,18 @@ build-backend = "pbr.build"
[project]
name = "neutron-vpnaas-dashboard"
description = "Neutron VPNaaS Dashboard"
description = "Neutron VPNaaS UI for Horizon"
authors = [
{name = "OpenStack", email = "openstack-discuss@lists.openstack.org"},
]
readme = {file = "README.rst", content-type = "text/x-rst"}
license = {text = "Apache-2.0"}
license = "Apache-2.0"
dynamic = ["version", "dependencies"]
requires-python = ">=3.11"
classifiers = [
"Environment :: OpenStack",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
@@ -33,7 +32,5 @@ classifiers = [
"Documentation" = "https://docs.openstack.org/neutron-vpnaas-dashboard/latest/"
"Source Code" = "https://opendev.org/openstack/neutron-vpnaas-dashboard"
[tool.setuptools]
packages = [
"neutron_vpnaas_dashboard"
]
[tool.setuptools.packages.find]
include = ["neutron_vpnaas_dashboard*"]