Skip to content

Commit 0cc3d78

Browse files
committed
fix: update version to 2.0.0rc1 and adjust license format in pyproject.toml
1 parent eb9a8ef commit 0cc3d78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "secure"
7-
version = "2.0.0"
7+
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 = "MIT"
10+
license = { text = "MIT" }
1111
license-files = ["LICENSE"]
1212
authors = [{ name = "Caleb Kinney", email = "caleb@typeerror.com" }]
1313
requires-python = ">=3.10"
1414
keywords = ["security", "headers", "web", "framework", "HTTP"]
1515
classifiers = [
16-
"Development Status :: 5 - Production/Stable",
16+
"Development Status :: 4 - Beta",
1717
"Intended Audience :: Developers",
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)