Skip to content

Commit 63161d7

Browse files
committed
Added missing comma
1 parent 208e769 commit 63161d7

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
@@ -33,7 +33,7 @@
3333
package_dir={'geoip2': 'geoip2'},
3434
include_package_data=True,
3535
install_requires=requirements,
36-
extras_require={'python_version in "2.6 2.7"': ['ipaddr']},
36+
extras_require={'python_version in "2.6, 2.7"': ['ipaddr']},
3737
tests_require=['httpretty>=0.6.1'],
3838
test_suite="tests",
3939
license=geoip2.__license__,

0 commit comments

Comments
 (0)