@@ -11,13 +11,13 @@ def read(filename):
1111
1212setup (
1313 name = 'elex' ,
14- version = '2.4.2 ' ,
14+ version = '2.4.3 ' ,
1515 author = 'Jeremy Bowers, David Eads' ,
1616 author_email = 'jeremy.bowers@nytimes.com, deads@npr.org' ,
1717 url = 'https://github.com/newsdev/elex' ,
1818 description = 'Client for parsing the Associated Press\' s elections API' ,
1919 long_description = read ('README.rst' ),
20- packages = ( 'elex' , 'elex.cli' , 'elex.api' , 'tests' ) ,
20+ packages = [ 'elex' , 'elex.cli' , 'elex.api' , 'tests' ] ,
2121 entry_points = {
2222 'console_scripts' : (
2323 'elex = elex.cli:main' ,
@@ -34,7 +34,7 @@ def read(filename):
3434 'requests==2.11.1' ,
3535 'ujson==1.35'
3636 ],
37- classifiers = (
37+ classifiers = [
3838 'Development Status :: 5 - Production/Stable' ,
3939 'Intended Audience :: Developers' ,
4040 'Topic :: Software Development :: Libraries :: Python Modules' ,
@@ -43,5 +43,6 @@ def read(filename):
4343 'Programming Language :: Python :: 2.7' ,
4444 'Programming Language :: Python :: 3' ,
4545 'Programming Language :: Python :: 3.5' ,
46- )
46+ 'Programming Language :: Python :: 3.6' ,
47+ ]
4748)
0 commit comments