Skip to content

Commit 62decc5

Browse files
committed
Housekeeping
1 parent f55057a commit 62decc5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@ description = "A cloud provider to register services exposed by your cluster in
1111
urls = { "Sources" = "https://github.com/MrMatAP/cloud-provider-mdns" }
1212
keywords = ["kubernetes", "mdns"]
1313
readme = "README.md"
14-
license = { text = "MIT" }
14+
license = "MIT"
1515
authors = [
1616
{ "name" = "Mathieu Imfeld", "email" = "[email protected]" }
1717
]
1818
maintainers = [
1919
{ "name" = "Mathieu Imfeld", "email" = "[email protected]" }
2020
]
2121
classifiers = [
22-
"Development Status :: 3 - Alpha",
23-
"License :: OSI Approved :: MIT",
24-
"Programming Language :: Python :: 3.12"
22+
"Development Status :: 4 - Beta",
23+
"Programming Language :: Python :: 3.13"
2524
]
26-
requires-python = ">=3.12"
25+
requires-python = ">=3.13"
2726
dynamic = ["version", "dependencies", "optional-dependencies"]
2827

2928
[tool.setuptools.dynamic]
@@ -33,7 +32,7 @@ optional-dependencies = { dev = {file = ["requirements.dev.txt"] } }
3332

3433
[tool.setuptools.packages.find]
3534
where = ["src"]
36-
include = ["cloud_provider_mdns*", "k8s_gateway_api*"]
35+
include = ["cloud_provider_mdns*"]
3736
namespaces = true
3837

3938
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)