From 3303bde07be91c95ffaa5313fc07cefbf93c05e8 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 21 May 2024 10:22:34 +0200 Subject: [PATCH] Add project URLs to setup.cfg Signed-off-by: florian --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index ac440ad..330c552 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,6 +8,10 @@ author_email = api@ml.ovh.net url = https://api.ovh.com license = BSD license_file = LICENSE +project_urls = + Changelog = https://github.com/ovh/python-ovh/blob/master/CHANGELOG.md + Repository = https://github.com/ovh/python-ovh.git + Issues = https://github.com/ovh/python-ovh/issues keywords = ovh, sdk, rest, ovhcloud classifiers = License :: OSI Approved :: BSD License