Skip to content

Commit e6342ac

Browse files
committed
fix: set pyproject licence to match LICENCE file (MIT)
1 parent ad7438f commit e6342ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "python-royal"
33
description = "A reference project for the Python Royal university at SnowCamp 2025."
44
readme = "README.md"
5-
license = "LGPL-3.0+"
5+
license = "MIT"
66
authors = [
77
{ name = "GAFFIOT_Jonathan", email = "j.gaffiot@laposte.net" },
88
{ name = "LENORMAND_Julien", email = "lenormand.julien0@gmail.com"}

0 commit comments

Comments
 (0)