File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cloudevents-pydantic"
33version = " 0.0.0"
4- description = " A manager to easily handle multiple SQLAlchemy configurations "
4+ description = " An implementation of the CloudEvents spec using Pydantic V2 "
55license = " MIT"
66authors = [
" Federico Busetti <[email protected] >" ]
77repository = " https://github.com/febus982/cloudevents-pydantic"
@@ -10,8 +10,9 @@ readme = "README.md"
1010packages = [{include = " cloudevents_pydantic" }]
1111# keywords = ["add", "keywords", "here"]
1212classifiers = [
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 ]
3334requires = [" poetry-core" , " poetry-dynamic-versioning" ]
You can’t perform that action at this time.
0 commit comments