File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "secure"
77version = " 2.0.0rc1"
88description = " A lightweight package that adds security headers for Python web frameworks."
99readme = { file = " README.md" , content-type = " text/markdown" }
10- license = { text = " MIT" }
10+ license = " MIT"
1111license-files = [" LICENSE" ]
1212authors = [{ name = " Caleb Kinney" , email = " caleb@typeerror.com" }]
1313requires-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]
2930dependencies = []
3031
You can’t perform that action at this time.
0 commit comments