From b5a5e5c4cdc473662ed57b147c07f45dbd28e637 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mar 16 2017 15:58:07 +0000 Subject: setup.py: add project URL This will make the URL show up on the project's PyPI page. It also fixes a setuptools warning: ... running check warning: check: missing required meta-data: url --- diff --git a/setup.py b/setup.py index 3b02691..b86affa 100644 --- a/setup.py +++ b/setup.py @@ -82,6 +82,7 @@ setup( packages=['debrepo'], author='Andrew Hills', author_email='ahills [at] redhat.com', + url='https://pagure.io/debrepo', version=VERSION, license='GPL', zip_safe=False,