Skip to content

Commit 1958841

Browse files
committed
Remove comma which breaks distutils upload.py
1 parent 0d11cfd commit 1958841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
maintainer = 'Geert Vanderkelen'
9292
maintainer_email = 'geert.vanderkelen@oracle.com'
9393
cpy_gpl_license = "GNU GPLv2 (with FOSS License Exception)"
94-
keywords = "mysql db",
94+
keywords = "mysql db"
9595
url = 'http://dev.mysql.com/doc/connector-python/en/index.html'
9696
download_url = 'http://dev.mysql.com/downloads/connector/python/'
9797
classifiers = [

0 commit comments

Comments
 (0)