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(
|
setup(
|
||||||
name="webmail-domains",
|
name="webmail-domains",
|
||||||
version="0.17",
|
version="0.22",
|
||||||
py_modules=["webmail_domains.webmail_domains"],
|
packages=find_packages(),
|
||||||
url='https://github.com/zevaverbach/Webmail-Domains',
|
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',
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
from .webmail_domains import WEBMAIL_DOMAINS
|
||||||
|
|||||||
Reference in New Issue
Block a user