Skip to content

Commit 6b1dd42

Browse files
committed
[setup] Fixed minor style issue in setup.py
1 parent 0d75b9d commit 6b1dd42

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
@@ -29,7 +29,7 @@
2929
extras_require = {
3030
# used for wheel package,
3131
# see http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
32-
':python_version in "2.6 2.7"' : ['py2-ipaddress']
32+
':python_version in "2.6 2.7"': ['py2-ipaddress']
3333
}
3434

3535

0 commit comments

Comments
 (0)