From 9088800ba907c14e000447667d1df2f1055f75cd Mon Sep 17 00:00:00 2001 From: Guilherme Polo Date: Tue, 3 Jan 2017 17:37:19 -0200 Subject: [PATCH] install_requires is not recognized by distutils --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04930f0..bb547c0 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup +from setuptools import setup setup( name='OrderBook',