@@ -9,14 +9,13 @@ authors = [
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" ]
1414requires-python = " >=3.10"
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" ,
@@ -725,10 +724,8 @@ volume_transfer_request_show = "openstackclient.volume.v3.volume_transfer_reques
725724volume_summary = " openstackclient.volume.v3.volume:VolumeSummary"
726725volume_revert = " openstackclient.volume.v3.volume:VolumeRevertToSnapshot"
727726
728- [tool .setuptools ]
729- packages = [
730- " openstackclient"
731- ]
727+ [tool .setuptools .packages .find ]
728+ include = [" openstackclient" ]
732729
733730[tool .mypy ]
734731python_version = " 3.10"
@@ -739,7 +736,7 @@ follow_imports = "normal"
739736incremental = true
740737check_untyped_defs = true
741738warn_unused_ignores = true
742- exclude = ' (?x)(doc | examples | hacking | releasenotes)'
739+ exclude = " (?x)(doc | examples | hacking | releasenotes)"
743740
744741[[tool .mypy .overrides ]]
745742module = [" openstackclient.tests.unit.*" ]
0 commit comments