Skip to content

Commit

Permalink
no import during install
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Apr 29, 2012
1 parent 029fb30 commit 3ee9494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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',
Expand All @@ -18,7 +17,7 @@
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',
Expand All @@ -36,3 +35,4 @@
include_package_data = True,
zip_safe = False,
)

0 comments on commit 3ee9494

Please sign in to comment.