A better README.

This commit is contained in:
Dave Halter
2017-09-04 21:22:51 +02:00
parent 032c7563c4
commit ed803f5749
3 changed files with 32 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ readme = open('README.rst').read() + '\n\n' + open('CHANGELOG.rst').read()
setup(name='parso',
version=parso.__version__,
description='A Python parser written in Python.',
description='A Python Parser',
author=__AUTHOR__,
author_email=__AUTHOR_EMAIL__,
include_package_data=True,