@@ -33,25 +33,25 @@ classifiers = [
33
33
]
34
34
dynamic = [" version" ]
35
35
dependencies = [" typing-extensions" ]
36
-
37
- [project .optional-dependencies ]
38
- opt = [
36
+ optional-dependencies.opt = [
39
37
" darkdetect==0.8.0" ,
40
38
" darkdetect[macos-listener]==0.8.0; platform_system == 'Darwin'" ,
41
39
" pywinstyles==1.8; platform_system == 'Windows'" ,
42
40
" hPyT==1.4.0; platform_system == 'Windows'" ,
43
41
" win32material==1.0.7; platform_system == 'Windows'" ,
44
42
" pillow>=10.0.0" ,
45
43
]
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"
55
55
56
56
[tool .setuptools .dynamic ]
57
57
version = { attr = " maliang.__version__" }
0 commit comments