diff --git a/setup.py b/setup.py index ebd3915..97f139f 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ def find_version(*file_paths): name='emails', version=find_version('emails/__init__.py'), description='Modern python library for emails.', - # long_description=open('README.rst').read(), + long_description=__doc__, author='Sergey Lavrinenko', author_email='s@lavr.me', url='https://github.com/lavr/python-emails',