Skip to content

Commit 8206e0a

Browse files
committed
updated yaml syntax
1 parent dc53ba1 commit 8206e0a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dependencies = [
2424
]
2525

2626
[project.optional-dependencies]
27-
dev = [
28-
"NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
29-
]
27+
# dev = [
28+
# "NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
29+
# ]
3030

3131
[project.scripts]
3232
quest = "quest.__main__:main"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
# "NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git",
4343
],
4444
extras_require={
45-
"dev": [
46-
"NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
47-
]
45+
# "dev": [
46+
# "NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
47+
# ]
4848
},
4949
package_data={
5050
"": [

0 commit comments

Comments
 (0)