From c0114eebf3e58ff1d30b7fd016850b660cf1c75b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Oct 2009 02:43:33 +0000 Subject: Prep for 1.1a7. --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'setup.py') 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__)) -- cgit v1.2.3