add explicit packages and homepage
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user