Skip to content

Commit 3b80507

Browse files
committed
Fix setup.py
1 parent 80ea15f commit 3b80507

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
@@ -23,7 +23,7 @@ def read(f):
2323
version=version,
2424
description=("jinja2 template renderer for aiohttp.web "
2525
"(http server for asyncio)"),
26-
lond_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
26+
long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
2727
classifiers=[
2828
'License :: OSI Approved :: Apache Software License',
2929
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)