Skip to content

Commit

Permalink
Fixed module bug
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 22, 2012
1 parent ee678ab commit ce2ca7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from setuptools import setup,find_packages
from setuptools import setup, find_packages

setup(name='validate_email',
version = '1.0',
download_url = '[email protected]:syrusakbary/validate_email.git',
py_modules = 'validate_email',
py_modules = ('validate_email',),
author = 'Syrus Akbary',
author_email = '[email protected]',
description = 'Validate_email verify if an email address is valid and really exists.',
Expand Down

0 comments on commit ce2ca7d

Please sign in to comment.