From b175b5f026a3db13e06eefb7b3d455e39547cda8 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sat, 28 Feb 2015 14:27:25 +0000 Subject: [PATCH] [setup.py] Move to setuptools --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a36bb90d..c9285255 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python -from distutils.core import setup + +from setuptools import setup import request setup(