Skip to content

Commit 6ba1f2a

Browse files
authored
Use PEP 639 license format in pyproject.toml (#837)
Signed-off-by: Jürgen Kreileder <[email protected]>
1 parent cfc187b commit 6ba1f2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{ name = "Jürgen Kreileder" }, { email = "[email protected]" }]
88
description = "Update Hetzner Cloud firewall rules with Cloudflare IP ranges"
99
keywords = ["cloudflare", "hcloud", "hetzner", "firewall", "cli"]
1010
readme = "README.md"
11-
license = { text = "MIT" }
11+
license = "MIT"
1212
requires-python = ">=3.9"
1313
dynamic = ["version", "dependencies", "optional-dependencies"]
1414
classifiers = [
@@ -17,7 +17,6 @@ classifiers = [
1717
"Environment :: Other Environment",
1818
"Intended Audience :: Developers",
1919
"Intended Audience :: System Administrators",
20-
"License :: OSI Approved :: MIT License",
2120
"Natural Language :: English",
2221
"Operating System :: OS Independent",
2322
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)