Skip to content

Commit

Permalink
Fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Feb 16, 2021
1 parent 9c866a2 commit b0c6fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
from setuptools import setup
from numpy.distutils.core import setup, Extension

# Don't want to build the fortran on readthedocs
Expand All @@ -15,5 +16,4 @@
),
]

if __name__ == "__main__":
setup(ext_modules=exts)
setup(ext_modules=exts)

0 comments on commit b0c6fe0

Please sign in to comment.