diff --git a/setup.py b/setup.py index dcf469a..a8f1f4c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as file: setup( name="webmail-domains", version="0.17", - py_modules=["webmail_domains"], + py_modules=["webmail_domains.webmail_domains"], url='https://github.com/zevaverbach/Webmail-Domains', description=('A pretty thorough list of webmail domains!'), long_description_content_type='text/markdown',