geez, finally working
This commit is contained in:
4
setup.py
4
setup.py
@@ -6,8 +6,8 @@ with open('README.md') as file:
|
||||
|
||||
setup(
|
||||
name="webmail-domains",
|
||||
version="0.17",
|
||||
py_modules=["webmail_domains.webmail_domains"],
|
||||
version="0.22",
|
||||
packages=find_packages(),
|
||||
url='https://github.com/zevaverbach/Webmail-Domains',
|
||||
description=('A pretty thorough list of webmail domains!'),
|
||||
long_description_content_type='text/markdown',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
from .webmail_domains import WEBMAIL_DOMAINS
|
||||
|
||||
Reference in New Issue
Block a user