diff --git a/pyproject.toml b/pyproject.toml index 68685d9..8ffd74c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,9 @@ dev = [ "pytest", ] - [tool.setuptools.packages.find] where = ["."] -include = ["ariautils*"] +include = ["ariautils", "ariautils.*"] [tool.setuptools.package-data] ariautils = ["config/*.json"] @@ -67,4 +66,4 @@ explicit_package_bases = true minversion = "6.0" addopts = "-ra -q -s" testpaths = ["tests"] -python_files = ["test_*.py"] \ No newline at end of file +python_files = ["test_*.py"]