From 436c9989787fa7f3bec85fdae181d1de87409af1 Mon Sep 17 00:00:00 2001 From: athms Date: Fri, 23 Feb 2024 19:31:08 +0000 Subject: [PATCH] specify packages for setuptools --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 91ac4e1..6db7a11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,3 +23,6 @@ profile = "black" line_length = 119 combine_as_imports = true combine_star = true + +[tool.setuptools] +packages = ['stripedhyena']