Skip to content

Commit 0f6119d

Browse files
author
Dorian Birraux
committed
Merge pull request #217 in LCL/wolframclientforpython from bugfix/1.1.2-push-last-minute-update to master
* commit '60c93133429ad424c30ac21669fd47c3b4f7fa74': missing comma in setup
2 parents 497da44 + 60c9313 commit 0f6119d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
CLASSIFIERS = [
2323
"License :: OSI Approved :: MIT License",
2424
"Programming Language :: Python",
25-
"Programming Language :: Python :: 3"
25+
"Programming Language :: Python :: 3",
2626
"Programming Language :: Python :: 3.5",
2727
"Programming Language :: Python :: 3.6",
2828
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)