Skip to content

Commit

Permalink
switched from distutils.core to setuptools to get setup(), so I can b…
Browse files Browse the repository at this point in the history
…uild wheels
  • Loading branch information
adalke committed May 8, 2018
1 parent 87f12c1 commit 4ef973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#

from distutils.core import setup
from setuptools import setup

setup(
name = "mmpdb",
Expand Down

0 comments on commit 4ef973d

Please sign in to comment.