]> git.parisson.com Git - deefuzzer.git/commitdiff
no import during install
authoryomguy <yomguy@parisson.com>
Sun, 29 Apr 2012 22:54:13 +0000 (00:54 +0200)
committeryomguy <yomguy@parisson.com>
Sun, 29 Apr 2012 22:54:13 +0000 (00:54 +0200)
setup.py

index 1b606878d4e5cccdfaac172541fe6dc386fd008f..7ff9f471a8a8e7325df24647ce23f40744a0d6a7 100644 (file)
--- 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,
 )
+