Skip to content

Commit 69ac515

Browse files
authored
fix package data (#15)
1 parent 433cfa7 commit 69ac515

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "diffsynth_engine"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
{ name = "MuseAI x ModelScope" },
66
]
@@ -53,7 +53,10 @@ build-backend = "setuptools.build_meta"
5353
include = ["diffsynth_engine*"]
5454

5555
[tool.setuptools.package-data]
56-
diffsynth_engine = ["conf/tokenizers/**/**/*.*"]
56+
diffsynth_engine = [
57+
"conf/tokenizers/**/*.*",
58+
"conf/models/**/*.*",
59+
]
5760

5861
[tool.ruff]
5962
# Exclude a variety of commonly ignored directories.

0 commit comments

Comments
 (0)