Skip to content

Commit d2b2a33

Browse files
committed
removed history file ref
1 parent dfa4731 commit d2b2a33

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
with open('README.rst') as readme_file:
88
readme = readme_file.read()
99

10-
with open('HISTORY.rst') as history_file:
11-
history = history_file.read()
12-
1310
requirements = pip.req.parse_requirements(
1411
"requirements.txt", session=pip.download.PipSession()
1512
)
@@ -23,7 +20,7 @@
2320
name='python-lambda',
2421
version='0.8.0',
2522
description="The bare minimum for a Python app running on Amazon Lambda.",
26-
long_description=readme + '\n\n' + history,
23+
long_description=readme,
2724
author="Nick Ficano",
2825
author_email='nficano@gmail.com',
2926
url='https://github.com/nficano/python-lambda',

0 commit comments

Comments
 (0)