From 78ec5eb0c7253ce47733609c1d5ceec387b2e41b Mon Sep 17 00:00:00 2001 From: Viktor Karpov Date: Tue, 7 Mar 2023 01:06:58 +0300 Subject: [PATCH] fix build --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9727bdc..11f6c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,9 @@ dependencies = [ 'hydrus-api', ] +[tool.setuptools] +packages = ["hydrus_viewer"] + [metadata] content-type = "text/markdown"