From 8bacc262b2dd5967a3d9aeae4d0cbdac3befe3c5 Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Mon, 1 May 2023 15:44:30 +0200 Subject: [PATCH] init --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1381b58..397dcf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,4 +4,7 @@ version = "1.2.3" # ... dependencies = [ "httpx" -] \ No newline at end of file +] + +[tool.setuptools] +packages = ["testlib"] \ No newline at end of file