diff --git a/README.md b/README.md index 49acaf0..05c1ecd 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ Feel free to make pull requests, and I'll add them in. if .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). diff --git a/setup.py b/setup.py index a0a5174..c635b5e 100644 --- a/setup.py +++ b/setup.py @@ -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, )