From 3ee9494ff2058363f6886464f81c4900a85d7e81 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 30 Apr 2012 00:54:13 +0200 Subject: [PATCH] no import during install --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1b60687..7ff9f47 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,6 @@ '''The setup and build script for the library.''' from setuptools import setup, find_packages -import deefuzzer CLASSIFIERS = ['Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', @@ -18,7 +17,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = deefuzzer.__version__, + version = '0.6.4', install_requires = [ 'setuptools', 'tinyurl', @@ -36,3 +35,4 @@ setup( include_package_data = True, zip_safe = False, ) + -- 2.39.5