Skip to content

Commit 6018213

Browse files
authored
Add license field to project metadata
1 parent 852a5c5 commit 6018213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "PySDL3"
77
description = "A pure Python wrapper for SDL3."
8+
license = "MIT"
89
readme = {file = "README.md", content-type = "text/markdown"}
910
authors = [
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__"}

0 commit comments

Comments
 (0)