Skip to content

Commit 4aeb3ff

Browse files
authored
dynamic version (#32)
1 parent 4b12864 commit 4aeb3ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "diffsynth_engine"
3-
version = "0.1.1"
3+
dynamic = ["version"]
44
authors = [
55
{ name = "MuseAI x ModelScope" },
66
]
@@ -42,9 +42,6 @@ dev = [
4242
"pytest",
4343
"pre-commit"
4444
]
45-
all = [
46-
"diffsynth-engine[dev]",
47-
]
4845

4946
[build-system]
5047
requires = ["setuptools>=75", "setuptools_scm>=8", "wheel"]
@@ -59,6 +56,8 @@ diffsynth_engine = [
5956
"conf/models/**/*.*",
6057
]
6158

59+
[tool.setuptools_scm]
60+
6261
[tool.ruff]
6362
# Exclude a variety of commonly ignored directories.
6463
exclude = [

0 commit comments

Comments
 (0)