summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-10-19 02:43:33 +0000
committerChris McDonough <chrism@agendaless.com>2009-10-19 02:43:33 +0000
commitc0114eebf3e58ff1d30b7fd016850b660cf1c75b (patch)
tree31c0745c3c455fbf8f108d875b3aa4d020a1271e /setup.py
parent44259cdd0f2603101b8bb2cb7aafe3ed3fb2807f (diff)
downloadpyramid-c0114eebf3e58ff1d30b7fd016850b660cf1c75b.tar.gz
pyramid-c0114eebf3e58ff1d30b7fd016850b660cf1c75b.tar.bz2
pyramid-c0114eebf3e58ff1d30b7fd016850b660cf1c75b.zip
Prep for 1.1a7.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 3265f33b9..5a370fb53 100644
--- a/setup.py
+++ b/setup.py
@@ -12,14 +12,11 @@
#
##############################################################################
-__version__ = '1.1a6'
+__version__ = '1.1a7'
import os
import sys
-from ez_setup import use_setuptools
-use_setuptools()
-
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))