We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ea15f commit 3b80507Copy full SHA for 3b80507
setup.py
@@ -23,7 +23,7 @@ def read(f):
23
version=version,
24
description=("jinja2 template renderer for aiohttp.web "
25
"(http server for asyncio)"),
26
- lond_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
+ long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
27
classifiers=[
28
'License :: OSI Approved :: Apache Software License',
29
'Intended Audience :: Developers',
0 commit comments