add missing commas
This commit is contained in:
parent
0754c73f81
commit
49905493cb
4
setup.py
4
setup.py
@ -18,8 +18,8 @@ setup(
|
||||
"Operating System :: OS Independent",
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.3'
|
||||
'Programming Language :: Python :: 3.4'
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5'
|
||||
],
|
||||
keywords='sql sqlalchemy etl loading utility',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user