From 8d6178e1519980b12fb94c5637454ad048170d04 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Mon, 11 Nov 2013 13:15:06 -0600 Subject: remove setuptools bootstrap --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index afacf89..9c911da 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,3 @@ -import distribute_setup -distribute_setup.use_setuptools() from setuptools import setup, find_packages, Extension import subprocess import os -- cgit