summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-11 14:01:31 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-06-11 14:01:31 -0400
commite9cecc93f15d02fc05a43865356c0bc2f7b9f88e (patch)
treebc0226bf7544a8082440a2af4ff6d66207ce9de0 /setup.py
parente4a7c9eb0825915af002c739af129f7c1907e3e5 (diff)
downloadcliff-e9cecc93f15d02fc05a43865356c0bc2f7b9f88e.tar.gz
remove the other traces of distribute
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 6001a63..7918e5f 100644
--- a/setup.py
+++ b/setup.py
@@ -5,10 +5,6 @@ PROJECT = 'cliff'
# Change docs/source/conf.py too!
VERSION = '1.3.3'
-# Bootstrap installation of Distribute
-import distribute_setup
-distribute_setup.use_setuptools()
-
from setuptools import setup, find_packages
from distutils.util import convert_path