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>"]
|
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
homepage = "https://github.com/collerek/ormar"
|
||||||
repository = "https://github.com/collerek/ormar"
|
repository = "https://github.com/collerek/ormar"
|
||||||
documentation = "https://collerek.github.io/ormar/"
|
documentation = "https://collerek.github.io/ormar/"
|
||||||
|
packages = [
|
||||||
|
{ include="ormar" }
|
||||||
|
]
|
||||||
keywords = [
|
keywords = [
|
||||||
"orm",
|
"orm",
|
||||||
"sqlalchemy",
|
"sqlalchemy",
|
||||||
|
|||||||
Reference in New Issue
Block a user