@@ -7,9 +7,9 @@ name = "glad2"
7
7
dynamic = [" version" ]
8
8
description = " Multi-Language GL/GLES/EGL/GLX/VK/WGL Loader-Generator based on the official specifications."
9
9
readme = " long_description.md"
10
- license = {file = " LICENSE" }
11
- authors = [
{ name =
" David Herberth" ,
email =
" [email protected] " } ]
12
- maintainers = [
{ name =
" David Herberth" ,
email =
" [email protected] " } ]
10
+ license = { file = " LICENSE" }
11
+ authors = [
{ name =
" David Herberth" ,
email =
" [email protected] " } ]
12
+ maintainers = [
{ name =
" David Herberth" ,
email =
" [email protected] " } ]
13
13
dependencies = [" Jinja2>=2.7,<4.0" ]
14
14
classifiers = [
15
15
' Development Status :: 5 - Production/Stable' ,
@@ -25,6 +25,7 @@ classifiers = [
25
25
' Programming Language :: Python :: 3.9' ,
26
26
' Programming Language :: Python :: 3.10' ,
27
27
' Programming Language :: Python :: 3.11' ,
28
+ ' Programming Language :: Python :: 3.12' ,
28
29
' Topic :: Games/Entertainment' ,
29
30
' Topic :: Multimedia :: Graphics' ,
30
31
' Topic :: Multimedia :: Graphics :: 3D Rendering' ,
@@ -58,7 +59,7 @@ fortran = ["glad2-fortran"]
58
59
platforms = [" any" ]
59
60
60
61
[tool .setuptools .dynamic ]
61
- version = {attr = " glad.__version__" }
62
+ version = { attr = " glad.__version__" }
62
63
63
64
[tool .setuptools .packages ]
64
65
find = {}
0 commit comments