Skip to content

Commit

Permalink
Fix description for PyPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
dlitvakb committed Jun 27, 2019
1 parent 1011d9b commit c9b6df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contentful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from .content_type_field import ContentTypeField # noqa: F401


__version__ = "1.11.4"
__version__ = "1.12.0"
__author__ = "Contentful GmbH (David Litvak Bruno)"
__email__ = "david.litvak@contentful.com"
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
import re
import sys

try:
readme = ''
with open('README.rst', 'r') as f:
readme = f.read()
except Exception:
readme = ''
readme = 'Contentful Delivery API Python SDK.\nRead full docs at: https://contentful.github.io/contentful.py/'


package = 'contentful'
Expand Down

0 comments on commit c9b6df6

Please sign in to comment.