File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " PySDL3"
77description = " A pure Python wrapper for SDL3."
8+ license = " MIT"
89readme = {file = " README.md" , content-type = " text/markdown" }
910authors = [
1011 {
name =
" Yusuf Rençber" ,
email =
" [email protected] " }
@@ -17,7 +18,6 @@ classifiers = [
1718 " Operating System :: POSIX :: Linux" ,
1819 " Operating System :: MacOS :: MacOS X" ,
1920 " Operating System :: Microsoft :: Windows" ,
20- " License :: OSI Approved :: MIT License" ,
2121 " Programming Language :: Python :: 3.10" ,
2222 " Programming Language :: Python :: 3.11" ,
2323 " Programming Language :: Python :: 3.12" ,
@@ -36,4 +36,4 @@ packages = ["sdl3"]
3636"sdl3" = [" py.typed" ]
3737
3838[tool .setuptools .dynamic ]
39- version = {attr = " sdl3.__version__" }
39+ version = {attr = " sdl3.__version__" }
You can’t perform that action at this time.
0 commit comments