add explicit packages and homepage

This commit is contained in:
collerek
2021-10-09 16:12:57 +02:00
parent 82b4e054a2
commit f28e16dc1c

View File

@ -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",