Skip to content

Commit

Permalink
Merge pull request #46 from dstansby/clean-seupt.py
Browse files Browse the repository at this point in the history
Clean the top of setup.py
  • Loading branch information
dstansby authored Dec 28, 2020
2 parents 0605618 + 5d8a0eb commit e84b208
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import os
import setuptools

# Need to install numpy first
import subprocess
import sys
subprocess.check_call([sys.executable, "-m", "pip", "install", "numpy"])


from numpy.distutils.core import setup, Extension

# Don't want to build the fortran on readthedocs
exts = []
if not os.environ.get('READTHEDOCS', None):
Expand Down

0 comments on commit e84b208

Please sign in to comment.