diff --git a/README.rst b/README.rst index 9c41e3f..e7ba40c 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ imap_tools 📧 ============= -Work with email and mailbox by IMAP: +Work with email by IMAP: - Parsed email message attributes - Query builder for searching emails diff --git a/setup.py b/setup.py index fd3ecfe..56bb5bc 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_version(package: str) -> str: long_description_content_type="text/x-rst", author='Vladimir Kaukin', author_email='KaukinVK@ya.ru', - description='Work with email and mailbox by IMAP', + description='Work with email by IMAP', keywords=['imap', 'imap-client', 'python3', 'python', 'email'], classifiers=[ "Programming Language :: Python :: 3",