Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
nadobando committed Oct 14, 2023
1 parent 151ef8d commit 4d6c471
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,7 @@ module = [
]

[tool.poetry]
name = "pydangorm"
version = "0.2.0"
license = "MIT"
authors = ["nadobando <7695172+nadobando@users.noreply.github.com>"]
description = "pydantic based ArangoDB ODM"
readme = "README.md"

classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand All @@ -93,12 +87,15 @@ classifiers = [
"Topic :: Database",
"Framework :: Pydantic :: 1"
]

packages = [{include = "pydango"}]
homepage = "https://github.com/nadobando/pydangorm"
description = "pydantic based ArangoDB ODM"
documentation = "https://nadobando.github.io/pydangorm"
homepage = "https://github.com/nadobando/pydangorm"
license = "MIT"
name = "pydangorm"
packages = [{include = "pydango"}]
readme = "README.md"
repository = "https://github.com/nadobando/pydangorm"

version = "0.2.0"

[tool.poetry.dependencies]
aioarango = "^1.0.0"
Expand Down

0 comments on commit 4d6c471

Please sign in to comment.