PYTHON: Correct the licence entry in the setup script.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
a8ea128d6a
commit
bdd82ef344
@ -17,7 +17,7 @@ setuptools.setup(
|
|||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU General Public License v3",
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user