Skip to content

Commit 49901f7

Browse files
committed
return of pipy long description
1 parent b0481f8 commit 49901f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def find_version(*file_paths):
109109
name='emails',
110110
version=find_version('emails/__init__.py'),
111111
description='Modern python library for emails.',
112-
# long_description=open('README.rst').read(),
112+
long_description=__doc__,
113113
author='Sergey Lavrinenko',
114114
author_email='[email protected]',
115115
url='https://github.com/lavr/python-emails',

0 commit comments

Comments
 (0)