Skip to content

Commit

Permalink
[PR #6156/eb5f7403 backport][3.8] Stop including the changelog on PyPI (
Browse files Browse the repository at this point in the history
#6158)

* Stop including the changelog on PyPI

* Add a change note for PR #6156

(cherry picked from commit eb5f740)
  • Loading branch information
webknjaz authored Oct 28, 2021
1 parent c9f4455 commit bd97cac
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 @@ -96,7 +96,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"),
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
Expand Down

0 comments on commit bd97cac

Please sign in to comment.