@@ -4,26 +4,25 @@ build-backend = "pbr.build"
44
55[project ]
66name = " cloudkitty-dashboard"
7- description = " CloudKitty Horizon dashboard "
7+ description = " CloudKitty UI for Horizon "
88authors = [
99 {name = " OpenStack" , email = " openstack-discuss@lists.openstack.org" },
1010]
1111readme = {file = " README.rst" , content-type = " text/x-rst" }
12- license = { text = " Apache-2.0" }
12+ license = " Apache-2.0"
1313dynamic = [" version" , " dependencies" ]
14- requires-python = " >=3.10 "
14+ requires-python = " >=3.11 "
1515classifiers = [
1616 " Environment :: OpenStack" ,
1717 " Intended Audience :: Information Technology" ,
1818 " Intended Audience :: System Administrators" ,
19- " License :: OSI Approved :: Apache Software License" ,
2019 " Operating System :: POSIX :: Linux" ,
2120 " Programming Language :: Python" ,
2221 " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.10" ,
2422 " Programming Language :: Python :: 3.11" ,
2523 " Programming Language :: Python :: 3.12" ,
2624 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2726 " Programming Language :: Python :: 3 :: Only" ,
2827 " Programming Language :: Python :: Implementation :: CPython" ,
2928]
@@ -32,7 +31,5 @@ classifiers = [
3231Homepage = " https://docs.openstack.org/cloudkitty-dashboard/latest/"
3332Repository = " https://opendev.org/openstack/cloudkitty-dashboard"
3433
35- [tool .setuptools ]
36- packages = [
37- " cloudkittydashboard"
38- ]
34+ [tool .setuptools .packages .find ]
35+ include = [" cloudkittydashboard*" ]
0 commit comments