Skip to content

Commit

Permalink
Fix pyproject file
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
  • Loading branch information
febus982 committed Sep 26, 2024
1 parent cd3d38a commit c7ff8f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "cloudevents-pydantic"
version = "0.0.0"
description = "A manager to easily handle multiple SQLAlchemy configurations"
description = "An implementation of the CloudEvents spec using Pydantic V2"
license = "MIT"
authors = ["Federico Busetti <729029+febus982@users.noreply.github.com>"]
repository = "https://github.com/febus982/cloudevents-pydantic"
Expand All @@ -10,8 +10,9 @@ readme = "README.md"
packages = [{include = "cloudevents_pydantic"}]
#keywords = ["add", "keywords", "here"]
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: AsyncIO",
"Development Status :: 2 - Pre-Alpha",
"Framework :: Pydantic",
"Framework :: Pydantic :: 2",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand All @@ -27,7 +28,7 @@ classifiers = [
]

[tool.poetry-dynamic-versioning]
enable = false
enable = true

[build-system]
requires = ["poetry-core", "poetry-dynamic-versioning"]
Expand Down

0 comments on commit c7ff8f2

Please sign in to comment.