Compare commits
10 Commits
c07cad5824
...
2afa1efa4e
| Author | SHA1 | Date | |
|---|---|---|---|
| 2afa1efa4e | |||
| d813b10d67 | |||
| ff7304a007 | |||
| ec797d1d12 | |||
| d5e3780518 | |||
| 14c1ed756a | |||
| 94d3ca2944 | |||
| 6970cb9b1a | |||
| d7f2691b1a | |||
| 515b52f774 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
webmail_domains.egg-info/
|
webmail_domains.egg-info/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
Pipfile*
|
||||||
|
|||||||
6
setup.py
6
setup.py
@@ -6,11 +6,9 @@ with open('README.md') as file:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="webmail-domains",
|
name="webmail-domains",
|
||||||
version="0.11",
|
version="0.22",
|
||||||
py_modules="webmail_domains",
|
|
||||||
url='https://github.com/zevaverbach/Webmail-Domains',
|
|
||||||
include_package_data=True,
|
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
url='https://github.com/zevaverbach/Webmail-Domains',
|
||||||
description=('A pretty thorough 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,
|
||||||
|
|||||||
1
webmail_domains/__init__.py
Normal file
1
webmail_domains/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
from .webmail_domains import WEBMAIL_DOMAINS
|
||||||
@@ -3836,6 +3836,7 @@ WEBMAIL_DOMAINS = [
|
|||||||
'yalook.com',
|
'yalook.com',
|
||||||
'yam.com',
|
'yam.com',
|
||||||
'yandex.ru',
|
'yandex.ru',
|
||||||
|
'yandex.com',
|
||||||
'yapost.com',
|
'yapost.com',
|
||||||
'yawmail.com',
|
'yawmail.com',
|
||||||
'yclub.com',
|
'yclub.com',
|
||||||
Reference in New Issue
Block a user