We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7bd526 + 4b1b29e commit 4c27a65Copy full SHA for 4c27a65
setup.py
@@ -31,7 +31,7 @@
31
extras_require=extras_require,
32
include_package_data = True,
33
scripts=["bin/" + i for i in os.listdir("bin")],
34
- license=["GNU GPL v2"],
+ license="GNU GPL v2",
35
python_requires=">=3.6",
36
classifiers=[
37
"Development Status :: 4 - Beta",
0 commit comments