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 93f8d5d commit 7dd7f0aCopy full SHA for 7dd7f0a
setup.py
@@ -136,7 +136,7 @@ def is_requirement(line):
136
name='edx-braze-client',
137
version=VERSION,
138
description="""Python app for interacting with Braze APIs""",
139
- long_description=README + '\n\n' + CHANGELOG,
+ long_description="""Python app for interacting with Braze APIs, read the README and CHANGELOG.""",
140
author='edX',
141
author_email='oscm@edx.org',
142
url='https://github.com/edx/braze-client',
0 commit comments