Skip to content

Commit

Permalink
add explicit packages and homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek committed Oct 9, 2021
1 parent 82b4e05 commit f28e16d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ description = "A simple async ORM with fastapi in mind and pydantic validation."
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/collerek/ormar"
repository = "https://github.com/collerek/ormar"
documentation = "https://collerek.github.io/ormar/"

packages = [
{ include="ormar" }
]
keywords = [
"orm",
"sqlalchemy",
Expand Down

0 comments on commit f28e16d

Please sign in to comment.