We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyproject.toml
1 parent 2c36aeb commit 60df459Copy full SHA for 60df459
1 file changed
pyproject.toml
@@ -38,13 +38,13 @@ dependencies = [
38
"semver>=3,<4",
39
]
40
41
-# [tool.uv.sources]
42
-# opencolorio = { index = "test-pypi" }
+ [tool.uv.sources]
+ opencolorio = { index = "test-pypi" }
43
44
-# [[tool.uv.index]]
45
-# name = "test-pypi"
46
-# url = "https://test.pypi.org/simple/"
47
-# explicit = true
+ [[tool.uv.index]]
+ name = "test-pypi"
+ url = "https://test.pypi.org/simple/"
+ explicit = true
48
49
[project.optional-dependencies]
50
optional = [
0 commit comments