Skip to content

Commit

Permalink
Drop HISTORY from long_description
Browse files Browse the repository at this point in the history
It's breaking the deploy
  • Loading branch information
mmore500 committed Dec 29, 2023
1 parent ce4efc5 commit 48bd7f8
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 @@ -7,9 +7,6 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = [
'keyname',
'matplotlib',
Expand Down Expand Up @@ -41,7 +38,7 @@
description="teeplot automatically saves a copy of rendered Jupyter notebook plots",
install_requires=requirements,
license="MIT license",
long_description=readme + '\n\n' + history,
long_description=readme,
include_package_data=True,
keywords='teeplot',
name='teeplot',
Expand Down

0 comments on commit 48bd7f8

Please sign in to comment.