From: yomguy Date: Sun, 29 Apr 2012 22:54:13 +0000 (+0200) Subject: no import during install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3ee9494ff2058363f6886464f81c4900a85d7e81;p=deefuzzer.git no import during install --- 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, ) +