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 7d02bb6 commit ea1dd8cCopy full SHA for ea1dd8c
setup.py
@@ -46,7 +46,7 @@ def read(f):
46
version=version,
47
description=("Mixed sync-async queue to interoperate between "
48
"asyncio tasks and classic threads"),
49
- long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
+ long_description='\n\n'.join((read('README.rst'), read('CHANGES.rst'))),
50
classifiers=[
51
'License :: OSI Approved :: Apache Software License',
52
'Intended Audience :: Developers', 'Programming Language :: Python',
0 commit comments