Skip to content

Commit 5f719a7

Browse files
committed
fix: correct license declaration and update classifiers in pyproject.toml
1 parent 43ba24d commit 5f719a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ name = "secure"
77
version = "2.0.0"
88
description = "A lightweight package that adds security headers for Python web frameworks."
99
readme = { file = "README.md", content-type = "text/markdown" }
10-
license = { file = "LICENSE" }
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
authors = [{ name = "Caleb Kinney", email = "caleb@typeerror.com" }]
1213
requires-python = ">=3.10"
1314
keywords = ["security", "headers", "web", "framework", "HTTP"]
1415
classifiers = [
1516
"Development Status :: 5 - Production/Stable",
16-
"License :: OSI Approved :: MIT License",
1717
"Intended Audience :: Developers",
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Python :: 3",
@@ -92,4 +92,4 @@ combine-as-imports = true
9292
force-sort-within-sections = true
9393

9494
[tool.ruff.lint.pydocstyle]
95-
convention = "google"
95+
convention = "google"

0 commit comments

Comments
 (0)