Skip to content

Commit b0bf5ee

Browse files
fix bug (#68)
1 parent e6ec703 commit b0bf5ee

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

MANIFEST.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# MANIFEST.in
2+
graft diffsynth_engine
3+
include pyproject.toml
4+
include LICENSE
5+
prune tests
6+
prune examples
7+
prune .github
8+
global-exclude *.py[cod]
9+
global-exclude __pycache__
10+
global-exclude .DS_Store

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ build-backend = "setuptools.build_meta"
4949

5050
[tool.setuptools.packages.find]
5151
include = ["diffsynth_engine*"]
52+
exclude = ["tests", "examples", ".github", "tests/*"]
5253

5354
[tool.setuptools.package-data]
5455
diffsynth_engine = [

0 commit comments

Comments
 (0)