We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cb6eee + c5266cf commit 9ef3396Copy full SHA for 9ef3396
1 file changed
setup.py
@@ -5,7 +5,9 @@
5
6
7
extensions = [
8
- setuptools.Extension("cyseq._seq", ["src/cyseq/_seq.pyx"], language="c++", extra_compile_args=["-std=c++11"]),
+ setuptools.Extension(
9
+ "cyseq._seq", ["src/cyseq/_seq.pyx"], language="c++", extra_compile_args=["-std=c++11"]
10
+ ),
11
]
12
13
if __name__ == "__main__":
0 commit comments