Skip to content

Commit

Permalink
Merge pull request #37 from dstansby/setuptool
Browse files Browse the repository at this point in the history
Use setuptools in setup.py
  • Loading branch information
dstansby committed Dec 22, 2019
2 parents 602fe77 + e65bc61 commit 9135e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import setuptools
from numpy.distutils.core import setup, Extension

# Don't want to build the fortran on readthedocs
Expand Down

0 comments on commit 9135e54

Please sign in to comment.