Skip to content

Commit af1eef4

Browse files
NO-SNOW: remove changelog from package description (#4020)
Co-authored-by: Jonathan Shi <[email protected]>
1 parent bcba153 commit af1eef4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@
9393

9494
with open(os.path.join(THIS_DIR, "README.md"), encoding="utf-8") as f:
9595
readme = f.read()
96-
with open(os.path.join(THIS_DIR, "CHANGELOG.md"), encoding="utf-8") as f:
97-
changelog = f.read()
9896

9997
# Find the Protocol Compiler.
10098
if "PROTOC" in os.environ and os.path.exists(os.environ["PROTOC"]):
@@ -166,7 +164,7 @@ def run(self):
166164
name="snowflake-snowpark-python",
167165
version=version,
168166
description="Snowflake Snowpark for Python",
169-
long_description=readme + "\n\n" + changelog,
167+
long_description=readme,
170168
long_description_content_type="text/markdown",
171169
author="Snowflake, Inc",
172170
author_email="[email protected]",

0 commit comments

Comments
 (0)