Skip to content

Commit ea1dd8c

Browse files
committed
Fix typo
1 parent 7d02bb6 commit ea1dd8c

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
@@ -46,7 +46,7 @@ def read(f):
4646
version=version,
4747
description=("Mixed sync-async queue to interoperate between "
4848
"asyncio tasks and classic threads"),
49-
long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
49+
long_description='\n\n'.join((read('README.rst'), read('CHANGES.rst'))),
5050
classifiers=[
5151
'License :: OSI Approved :: Apache Software License',
5252
'Intended Audience :: Developers', 'Programming Language :: Python',

0 commit comments

Comments
 (0)