Skip to content

Commit

Permalink
fix: add package descriptions and URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed May 22, 2024
1 parent 8226688 commit 0817965
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
setup(
name=NAME,
version=VERSION,
description="",
description="Equinix SDK for Python",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author="Equinix",
url="Equinix SDK for Python",
url="https://github.com/equinix/equinix-sdk-python",
keywords=["Equinix"],
install_requires=REQUIRES,
python_requires=PYTHON_REQUIRES,
Expand Down

0 comments on commit 0817965

Please sign in to comment.