a little more verbiage
This commit is contained in:
@@ -17,3 +17,8 @@ Feel free to make pull requests, and I'll add them in.
|
|||||||
|
|
||||||
if <some_email>.split('@')[1] in webmail_domains.WEBMAIL_DOMAINS:
|
if <some_email>.split('@')[1] in webmail_domains.WEBMAIL_DOMAINS:
|
||||||
# do something (reject signup, don't add the domain to a CRM, etc.)
|
# do something (reject signup, don't add the domain to a CRM, etc.)
|
||||||
|
|
||||||
|
|
||||||
|
# Updates
|
||||||
|
|
||||||
|
The list was last updated on [August 17, 2017](https://github.com/mbirtwell/Webmail-Domains/commit/d96c2acea95afec09a4447376242716ac8601f7f).
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ setup(
|
|||||||
url='https://github.com/zevaverbach/Webmail-Domains',
|
url='https://github.com/zevaverbach/Webmail-Domains',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
description=('A list of webmail domains.'),
|
description=('A pretty thorough list of webmail domains!'),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user