diff --git a/pyproject.toml b/pyproject.toml index cb635d8..9c3f7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,12 +37,10 @@ Documentation = "https://github.com/damnever/pigar" Source = "https://github.com/damnever/pigar" [tool.setuptools] -package-dir = { "pigar" = "pigar" } include-package-data = true license-files = ["LICENSE", "pigar/_vendor/pip/LICENSE.txt"] [tool.setuptools.packages.find] -where = ["pigar"] exclude = ["*.tests", "*.tests.*", "tests.*", "tests"] [tool.setuptools.dynamic]