Skip to content

Commit ce8ac36

Browse files
committed
fix: correct license format and add missing classifier for MIT License
1 parent 0cc3d78 commit ce8ac36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "secure"
77
version = "2.0.0rc1"
88
description = "A lightweight package that adds security headers for Python web frameworks."
99
readme = { file = "README.md", content-type = "text/markdown" }
10-
license = { text = "MIT" }
10+
license = "MIT"
1111
license-files = ["LICENSE"]
1212
authors = [{ name = "Caleb Kinney", email = "caleb@typeerror.com" }]
1313
requires-python = ">=3.10"
@@ -22,9 +22,10 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25-
# "Programming Language :: Python :: 3.14",
25+
"Programming Language :: Python :: 3.14",
2626
"Typing :: Typed",
2727
"Topic :: Software Development :: Libraries",
28+
"License :: OSI Approved :: MIT License",
2829
]
2930
dependencies = []
3031

0 commit comments

Comments
 (0)