Skip to content

Commit

Permalink
chore: remove changelog from package description
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 23, 2023
1 parent ba57a62 commit d0d3516
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
with open("README.rst") as readme_file:
readme = readme_file.read()

with open("CHANGELOG.rst") as changelog_file:
changelog = changelog_file.read()

version = {}
with open("hcloud/__version__.py") as fp:
exec(fp.read(), version)
Expand All @@ -15,7 +12,7 @@
version=version["VERSION"],
keywords="hcloud hetzner cloud",
description="Official Hetzner Cloud python library",
long_description=readme + "\n\n" + changelog,
long_description=readme,
author="Hetzner Cloud GmbH",
author_email="[email protected]",
url="https://github.com/hetznercloud/hcloud-python",
Expand Down

0 comments on commit d0d3516

Please sign in to comment.