Skip to content

Commit

Permalink
Remove changelog from release description
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Dec 23, 2021
1 parent adee8e8 commit 17fed20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires=list(REQUIREMENTS),
classifiers=[k for k in open("CLASSIFIERS").read().split("\n") if k],
description="Rate limiting for flask applications",
long_description=open("README.rst").read() + open("HISTORY.rst").read(),
long_description=open("README.rst").read(),
packages=find_packages(exclude=["tests*"]),
python_requires=">=3.7",
)

0 comments on commit 17fed20

Please sign in to comment.