diff --git a/pyproject.toml b/pyproject.toml index cb00b4d..537ba77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" [project] name = "diffsynth" -version = "2.0.0" +version = "2.0.1" description = "Enjoy the magic of Diffusion models!" authors = [{name = "ModelScope Team"}] license = {text = "Apache-2.0"} -requires-python = ">=3.10" +requires-python = ">=3.10.1" dependencies = [ "torch>=2.0.0", "torchvision", @@ -33,6 +33,8 @@ classifiers = [ ] [tool.setuptools.packages.find] +where = ["./"] +include = ["diffsynth"] [tool.setuptools] include-package-data = true