From 0f78f1c684237b268f72b2ee7b6740af08894a33 Mon Sep 17 00:00:00 2001 From: tazlin Date: Wed, 12 Jul 2023 11:48:57 -0400 Subject: [PATCH] build: left overs issues from switch to flat layout --- MANIFEST.in | 2 +- pyproject.toml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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"