diff --git a/setup.cfg b/setup.cfg index b97327772d..01da41d2c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,14 @@ [metadata] name = openshift-python-wrapper -version = 1.2 +version = 1.3 author = Meni Yakove, Ruth Netser author_email = myakove@redhat.com description = Wrapper around https://github.com/openshift/openshift-restclient-python long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/RedHatQE/openshift-python-wrapper +download_url = "https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.3.tar.gz", + project_urls = Bug Tracker = https://github.com/RedHatQE/openshift-python-wrapper/issues classifiers = diff --git a/setup.py b/setup.py index 90c0d75077..0fccdd5665 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ setup( name="openshift-python-wrapper", license="apache-2.0", - download_url="https://github.com/RedHatQE/openshift-python-wrapper/archive/refs/tags/v1.0.tar.gz", keywords=["Openshift", "Kubevirt", "CNV"], packages=find_packages(), include_package_data=True,