Skip to content

Commit 7dd7f0a

Browse files
committed
build: set a simple, short long_description
1 parent 93f8d5d commit 7dd7f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def is_requirement(line):
136136
name='edx-braze-client',
137137
version=VERSION,
138138
description="""Python app for interacting with Braze APIs""",
139-
long_description=README + '\n\n' + CHANGELOG,
139+
long_description="""Python app for interacting with Braze APIs, read the README and CHANGELOG.""",
140140
author='edX',
141141
author_email='oscm@edx.org',
142142
url='https://github.com/edx/braze-client',

0 commit comments

Comments
 (0)