Skip to content

Commit

Permalink
Don't merge version history into package description
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Sep 29, 2019
1 parent 0b43d27 commit 9018baa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from codecs import open

readme = open('README.rst').read()
history = open('CHANGELOG.md').read()

here = os.path.abspath(os.path.dirname(__file__))
about = {}
Expand All @@ -15,7 +14,7 @@
name='facepy',
version=about['__version__'],
description="Facepy makes it really easy to use Facebook's Graph API",
long_description=readme + '\n\n' + history,
long_description=readme,
author='Johannes Gorset',
author_email='[email protected]',
url='http://github.com/jgorset/facepy',
Expand Down

0 comments on commit 9018baa

Please sign in to comment.