Skip to content

Commit

Permalink
Stop including the changelog on PyPI (#6156)
Browse files Browse the repository at this point in the history
* Stop including the changelog on PyPI

* Add a change note for PR #6156
  • Loading branch information
webknjaz authored Oct 28, 2021
1 parent 5d1f0ec commit eb5f740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/6156.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Excluded the changelog from the release pages on PyPI — :user:`webknjaz`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def read(f):
name="aiohttp",
version=version,
description="Async http client/server framework (asyncio)",
long_description="\n\n".join((read("README.rst"), read("CHANGES.rst"))),
long_description=read("README.rst"),
long_description_content_type="text/x-rst",
classifiers=[
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit eb5f740

Please sign in to comment.