Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 committed Jan 24, 2024
1 parent fba0199 commit 7182f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(fname):
download_url="https://github.com/logicalclocks/hopsworks-api/releases/tag/"
+ __version__,
packages=find_packages(),
long_description=read("README.md"),
long_description=read("../README.md"),
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 7182f35

Please sign in to comment.