Skip to content

Commit

Permalink
Require setuptools in murmurhash
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Aug 15, 2018
1 parent c2592f4 commit b3211c6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
import subprocess
import sys
import contextlib

from setuptools import Extension, setup
from distutils.command.build_ext import build_ext
from distutils.sysconfig import get_python_inc
from distutils import ccompiler, msvccompiler

try:
from setuptools import Extension, setup
except ImportError:
from distutils.core import Extension, setup


PACKAGES = [
'murmurhash',
Expand Down

0 comments on commit b3211c6

Please sign in to comment.