Skip to content

Commit b653c2c

Browse files
committed
setup.py: fix flakes
1 parent d647e36 commit b653c2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
install_requires=['six>=1.9.0'],
4444
extras_require={
45-
'gmpy2': 'gmpy2',
46-
'gmpy': 'gmpy',
47-
},
45+
'gmpy2': 'gmpy2',
46+
'gmpy': 'gmpy',
47+
},
4848
)

0 commit comments

Comments
 (0)