Skip to content

Commit 9720963

Browse files
authored
Fix pyproject file (#3)
Signed-off-by: Federico Busetti <[email protected]>
1 parent cd3d38a commit 9720963

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "cloudevents-pydantic"
33
version = "0.0.0"
4-
description = "A manager to easily handle multiple SQLAlchemy configurations"
4+
description = "An implementation of the CloudEvents spec using Pydantic V2"
55
license = "MIT"
66
authors = ["Federico Busetti <[email protected]>"]
77
repository = "https://github.com/febus982/cloudevents-pydantic"
@@ -10,8 +10,9 @@ readme = "README.md"
1010
packages = [{include = "cloudevents_pydantic"}]
1111
#keywords = ["add", "keywords", "here"]
1212
classifiers = [
13-
"Development Status :: 4 - Beta",
14-
"Framework :: AsyncIO",
13+
"Development Status :: 2 - Pre-Alpha",
14+
"Framework :: Pydantic",
15+
"Framework :: Pydantic :: 2",
1516
"Intended Audience :: Developers",
1617
"License :: OSI Approved :: MIT License",
1718
"Natural Language :: English",
@@ -27,7 +28,7 @@ classifiers = [
2728
]
2829

2930
[tool.poetry-dynamic-versioning]
30-
enable = false
31+
enable = true
3132

3233
[build-system]
3334
requires = ["poetry-core", "poetry-dynamic-versioning"]

0 commit comments

Comments
 (0)