Skip to content

Commit 422b5e0

Browse files
committed
chore: Update pyproject.toml
1 parent 6420319 commit 422b5e0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pyproject.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@ classifiers = [
3333
]
3434
dynamic = ["version"]
3535
dependencies = ["typing-extensions"]
36-
37-
[project.optional-dependencies]
38-
opt = [
36+
optional-dependencies.opt = [
3937
"darkdetect==0.8.0",
4038
"darkdetect[macos-listener]==0.8.0; platform_system == 'Darwin'",
4139
"pywinstyles==1.8; platform_system == 'Windows'",
4240
"hPyT==1.4.0; platform_system == 'Windows'",
4341
"win32material==1.0.7; platform_system == 'Windows'",
4442
"pillow>=10.0.0",
4543
]
46-
ext = ["maliang-mpl>=1.2.3", "maliang-media>=1.1.3", "maliang-three>=1.0.3"]
47-
48-
[project.urls]
49-
"Bug tracker" = "https://github.com/Xiaokang2022/maliang/issues"
50-
"Changelog" = "https://xiaokang2022.github.io/maliang/CHANGELOG/"
51-
"Documentation" = "https://xiaokang2022.github.io/maliang-docs/"
52-
"Donate" = "https://xiaokang2022.github.io/maliang/Sponsor/"
53-
"Homepage" = "https://xiaokang2022.github.io/maliang/"
54-
"Source code" = "https://github.com/Xiaokang2022/maliang"
44+
optional-dependencies.ext = [
45+
"maliang-mpl>=1.2.3",
46+
"maliang-media>=1.1.3",
47+
"maliang-three>=1.0.3",
48+
]
49+
urls."Bug tracker" = "https://github.com/Xiaokang2022/maliang/issues"
50+
urls."Changelog" = "https://xiaokang2022.github.io/maliang/CHANGELOG/"
51+
urls."Documentation" = "https://xiaokang2022.github.io/maliang-docs/"
52+
urls."Donate" = "https://xiaokang2022.github.io/maliang/Sponsor/"
53+
urls."Homepage" = "https://xiaokang2022.github.io/maliang/"
54+
urls."Source code" = "https://github.com/Xiaokang2022/maliang"
5555

5656
[tool.setuptools.dynamic]
5757
version = { attr = "maliang.__version__" }

0 commit comments

Comments
 (0)