Skip to content

Commit e591d2e

Browse files
authored
Merge pull request #83 from yaosheng216/patch-15
Update and rename pyproject.toml to scepter/workflow/config/pyproject…
2 parents 33b8add + 1ef6b4d commit e591d2e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
[project]
22
name = "scepter"
33
description = "Custom nodes for various visual generation and editing tasks using Scepter."
4+
version = "1.4.0"
45
license = {file = "LICENSE"}
5-
dynamic = ["version", "dependencies", "keywords", "classifiers"]
6-
authors = [{name = "Tongyi Lab"}]
7-
readme = {file = "README.md", content-type = "text/markdown"}
8-
9-
[tool.setuptools.dynamic]
10-
dependencies = {file = ["requirements/framework.txt", "requirements/scepter_studio.txt"]}
6+
dependencies = ["-r requirements/framework.txt", "-r requirements/scepter_studio.txt"]
117

128
[project.urls]
139
Repository = "https://github.com/modelscope/scepter"

0 commit comments

Comments
 (0)