Readme updated
This commit is contained in:
6
setup.py
6
setup.py
@@ -1,13 +1,13 @@
|
||||
from setuptools import setup
|
||||
|
||||
version = '0.2'
|
||||
version = '0.3'
|
||||
|
||||
setup(
|
||||
name='mailbox',
|
||||
version=version,
|
||||
description="Python library for reading IMAP email boxes and parsing the content to JSON",
|
||||
description="Python library for readin IMAP mailboxes and parsing emails",
|
||||
long_description= open('README.md').read(),
|
||||
keywords='email, IMAP, email to json',
|
||||
keywords='email, IMAP, parsing emails',
|
||||
author='Martin Rusev',
|
||||
author_email='martinrusev@live.com',
|
||||
url='https://github.com/martinrusev/mailbox',
|
||||
|
||||
Reference in New Issue
Block a user