Skip to content

Commit 29a67ef

Browse files
authored
Remove HISTORY.rst from pypi release page (#69)
It's no longer updated, so don't bother adding it to the description: - https://pypi.org/project/pytrakt/4.0.2/
2 parents 1fb43d3 + 060300a commit 29a67ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
with open('README.rst') as f:
88
readme = f.read()
9-
with open('HISTORY.rst') as f:
10-
history = f.read()
119
with open('requirements.txt') as f:
1210
requires = [line.strip() for line in f if line.strip()]
1311

@@ -19,7 +17,7 @@
1917
name='pytrakt',
2018
version=trakt.__version__,
2119
description=description,
22-
long_description='\n'.join([readme, history]),
20+
long_description=readme,
2321
author='Elan Ruusamäe',
2422
author_email='[email protected]',
2523
url='https://github.com/glensc/python-pytrakt',

0 commit comments

Comments
 (0)