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"