a little more verbiage

This commit is contained in:
2019-02-15 16:46:47 -05:00
parent 4eeece9aa1
commit c07cad5824
2 changed files with 6 additions and 1 deletions

View File

@@ -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:
# 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).

View File

@@ -11,7 +11,7 @@ setup(
url='https://github.com/zevaverbach/Webmail-Domains',
include_package_data=True,
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=long_description,
)