Skip to content

Commit

Permalink
revert language level
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 19, 2024
1 parent 38a14e0 commit 46e66d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
long_description_content_type="text/markdown",
url="https://github.com/pinellolab/crispr-bean",
packages=find_namespace_packages(),
ext_modules=cythonize(
["bean/mapping/CRISPResso2Align.pyx"], compiler_directives={"language_level": 3}
),
ext_modules=cythonize(["bean/mapping/CRISPResso2Align.pyx"]),
include_dirs=np.get_include(),
setup_requires=[
"setuptools>=18.0",
Expand Down

0 comments on commit 46e66d0

Please sign in to comment.