diff --git a/pyproject.toml b/pyproject.toml index 962577c..c51b81c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,12 @@ description = "A simple async ORM with fastapi in mind and pydantic validation." authors = ["Radosław Drążkiewicz "] 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",