diff --git a/MANIFEST.in b/MANIFEST.in index c305db8..6b89baa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include *.md -recursive-include src/horde_sdk *.md +recursive-include horde_sdk *.md recursive-include tests *.py recursive-include tests *.json diff --git a/pyproject.toml b/pyproject.toml index 9739b78..ac36772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,8 @@ classifiers = [ "Development Status :: 2 - Pre-Alpha", ] - -[tool.setuptools.packages.find] -include = ["hordesdk*", "horde_sdk.*"] +[tool.setuptools.package-dir] +horde_sdk = "horde_sdk" [project.urls] "Homepage" = "https://github.com/Haidra-Org/horde-sdk"