Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 28, 2022
1 parent 15c2999 commit c07ea33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
setup(
# ...
setup_requires=[
# Setuptools 18.0 properly handles Cython extensions.
'setuptools>=42',
'cython',
# Setuptools 18.0 properly handles Cython extensions.
"setuptools>=42",
"cython",
],
ext_modules=[
ext_modules,
Expand Down

0 comments on commit c07ea33

Please sign in to comment.