Skip to content

Commit

Permalink
trying to fix bad pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
prtolem committed Mar 29, 2024
1 parent 632c507 commit da5507d
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip install MailTMAPI
```python
import asyncio

from mailtm import MailTM
from mailtmapi import MailTM


async def main() -> None:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(name='mailtmapi',
version='1.1',
description='Python API wrapper for mail.tm',
packages=['mailtm'],
packages=['mailtmapi'],
author_email='[email protected]',
zip_safe=False,
url='https://github.com/prtolem/MailTM',
Expand Down

0 comments on commit da5507d

Please sign in to comment.