diff --git a/pyproject.toml b/pyproject.toml index 6f8159d..d40f80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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*"]