We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b12864 commit 4aeb3ffCopy full SHA for 4aeb3ff
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "diffsynth_engine"
3
-version = "0.1.1"
+dynamic = ["version"]
4
authors = [
5
{ name = "MuseAI x ModelScope" },
6
]
@@ -42,9 +42,6 @@ dev = [
42
"pytest",
43
"pre-commit"
44
45
-all = [
46
- "diffsynth-engine[dev]",
47
-]
48
49
[build-system]
50
requires = ["setuptools>=75", "setuptools_scm>=8", "wheel"]
@@ -59,6 +56,8 @@ diffsynth_engine = [
59
56
"conf/models/**/*.*",
60
57
61
58
+[tool.setuptools_scm]
+
62
[tool.ruff]
63
# Exclude a variety of commonly ignored directories.
64
exclude = [
0 commit comments