We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d647e36 commit b653c2cCopy full SHA for b653c2c
1 file changed
setup.py
@@ -42,7 +42,7 @@
42
],
43
install_requires=['six>=1.9.0'],
44
extras_require={
45
- 'gmpy2': 'gmpy2',
46
- 'gmpy': 'gmpy',
47
- },
+ 'gmpy2': 'gmpy2',
+ 'gmpy': 'gmpy',
+ },
48
)
0 commit comments