Skip to content

Commit 23fff81

Browse files
committed
Update license spec in pyproject.toml to new format
1 parent dfb716b commit 23fff81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ authors = [{ name = "Victor Blomqvist", email = "[email protected]" }]
2121
readme = "README.rst"
2222
description = "Pymunk is a easy-to-use pythonic 2D physics library"
2323
keywords = ["pygame", "2d", "physics", "rigid body"]
24+
license = "MIT"
25+
license-files = ["LICENSE.txt"]
2426
classifiers = [
2527
"Development Status :: 5 - Production/Stable",
2628
"Intended Audience :: Developers",
27-
"License :: OSI Approved :: MIT License",
2829
"Operating System :: OS Independent",
2930
"Topic :: Games/Entertainment",
3031
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)