Hi, I'm a python developer and was hoping to make the following edit on the
wiki

The page

https://wiki.python.org/moin/Distutils/Tutorial

shows an example using distutils with an invalid "license" value.

license = "GNU GPLv3",

I was hoping to update this to the valid SPDX license identifier (
https://spdx.org/licenses/ )

license = "GPL-3.0",

to prevent others (like myself) that find this example and use the value.

My username is "GeneWood" ( https://wiki.python.org/moin/GeneWood )

-Gene
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to