diff --git a/pyproject.toml b/pyproject.toml index 29f2d14..6ce319d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [tool.setuptools.packages.find] where = ["./"] -include = ["diffsynth*"] +include = ["diffsynth", "diffsynth.*"] [tool.setuptools] include-package-data = true