mirror of
https://github.com/aljazceru/validate_email.git
synced 2025-12-20 07:24:21 +01:00
Fixed module bug
This commit is contained in:
4
setup.py
4
setup.py
@@ -1,9 +1,9 @@
|
|||||||
from setuptools import setup,find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='validate_email',
|
setup(name='validate_email',
|
||||||
version = '1.0',
|
version = '1.0',
|
||||||
download_url = 'git@github.com:syrusakbary/validate_email.git',
|
download_url = 'git@github.com:syrusakbary/validate_email.git',
|
||||||
py_modules = 'validate_email',
|
py_modules = ('validate_email',),
|
||||||
author = 'Syrus Akbary',
|
author = 'Syrus Akbary',
|
||||||
author_email = 'me@syrusakbary.com',
|
author_email = 'me@syrusakbary.com',
|
||||||
description = 'Validate_email verify if an email address is valid and really exists.',
|
description = 'Validate_email verify if an email address is valid and really exists.',
|
||||||
|
|||||||
Reference in New Issue
Block a user