Skip to content

Commit

Permalink
Fix linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshannon committed Feb 1, 2019
1 parent 1b9afd7 commit baba1fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -92,6 +92,7 @@ def long_description():
sys.argv.remove(FLAG_COVERAGE)
print('enable: "linetrace" Cython compiler directive')


def numpy_build_ext(pars):
from setuptools.command.build_ext import build_ext as _build_ext

Expand All @@ -104,6 +105,7 @@ def finalize_options(self):

return build_ext(pars)


udunits_ext = Extension('cf_units._udunits2',
['cf_units/_udunits2.{}'.format(ext)],
include_dirs=include_dirs,
Expand Down

0 comments on commit baba1fa

Please sign in to comment.