Skip to content

Commit

Permalink
Prefer setuptools to distutils.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4hand committed Jun 20, 2017
1 parent d6e9841 commit 3fffce7
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
Expand Up @@ -21,8 +21,8 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

from distutils.core import setup
from distutils.extension import Extension
from setuptools import setup
from setuptools.extension import Extension

ext_files = [
'reppy/rep-cpp/src/agent.cpp',
Expand Down

0 comments on commit 3fffce7

Please sign in to comment.