From f28e16dc1c4fb132c15a8d478cfddc7021403a1c Mon Sep 17 00:00:00 2001 From: collerek Date: Sat, 9 Oct 2021 16:12:57 +0200 Subject: [PATCH] add explicit packages and homepage --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",