Skip to content

Commit 4c27a65

Browse files
authored
Merge pull request #100 from ratt-ru/issue-99
fixes #99 - regression in setuptools parsing
2 parents a7bd526 + 4b1b29e commit 4c27a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
extras_require=extras_require,
3232
include_package_data = True,
3333
scripts=["bin/" + i for i in os.listdir("bin")],
34-
license=["GNU GPL v2"],
34+
license="GNU GPL v2",
3535
python_requires=">=3.6",
3636
classifiers=[
3737
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)