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 bcba153 commit af1eef4Copy full SHA for af1eef4
setup.py
@@ -93,8 +93,6 @@
93
94
with open(os.path.join(THIS_DIR, "README.md"), encoding="utf-8") as f:
95
readme = f.read()
96
-with open(os.path.join(THIS_DIR, "CHANGELOG.md"), encoding="utf-8") as f:
97
- changelog = f.read()
98
99
# Find the Protocol Compiler.
100
if "PROTOC" in os.environ and os.path.exists(os.environ["PROTOC"]):
@@ -166,7 +164,7 @@ def run(self):
166
164
name="snowflake-snowpark-python",
167
165
version=version,
168
description="Snowflake Snowpark for Python",
169
- long_description=readme + "\n\n" + changelog,
+ long_description=readme,
170
long_description_content_type="text/markdown",
171
author="Snowflake, Inc",
172
author_email="[email protected]",
0 commit comments