Skip to content

Commit

Permalink
style/linting
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Feb 11, 2018
1 parent 45a734d commit 8efab05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def __init__(self, name, sources, **kwargs):


class build_ext(_build_ext, object):

# CONFIG VARIABLES

cythonize_dir = "build"
Expand Down Expand Up @@ -94,8 +93,8 @@ def finalize_options(self):
numpy_args = copy(self.fplll)
numpy_args["include_dirs"].append(numpy.get_include())
self.extensions.append(
Extension("fpylll.numpy", ["src/fpylll/numpy.pyx"],
**numpy_args))
Extension("fpylll.numpy", ["src/fpylll/numpy.pyx"],
**numpy_args))

for ext in self.extensions:
if ext.fplll:
Expand Down

0 comments on commit 8efab05

Please sign in to comment.