We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa4731 commit d2b2a33Copy full SHA for d2b2a33
setup.py
@@ -7,9 +7,6 @@
7
with open('README.rst') as readme_file:
8
readme = readme_file.read()
9
10
-with open('HISTORY.rst') as history_file:
11
- history = history_file.read()
12
-
13
requirements = pip.req.parse_requirements(
14
"requirements.txt", session=pip.download.PipSession()
15
)
@@ -23,7 +20,7 @@
23
20
name='python-lambda',
24
21
version='0.8.0',
25
22
description="The bare minimum for a Python app running on Amazon Lambda.",
26
- long_description=readme + '\n\n' + history,
+ long_description=readme,
27
author="Nick Ficano",
28
author_email='nficano@gmail.com',
29
url='https://github.com/nficano/python-lambda',
0 commit comments