From: Daniel Watkins <daniel@daniel-watkins.co.uk>
Date: Thu, 8 Oct 2015 08:44:24 -0700
Subject: Switch from using distutils to setuptools.

Forwarded: not-needed
Last-Update: 2010-01-31
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c6d57a6..6755ab4 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
 # http://opensource.org/licenses/BSD-3-Clause
 import os
 import sys
-from distutils.core import setup
+from setuptools import setup
 # a simple import wouldn't work if we moved towards a package with __init__
 from _version import __version__
 
