From 270fb56858a6614d573194cd791829a41ede541f Mon Sep 17 00:00:00 2001 From: amichaut <arthur.michaut@gmail.com> Date: Thu, 8 Sep 2022 18:14:34 +0200 Subject: [PATCH] adding project url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44f3022..77169e1 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup(name='manipylator', long_description_content_type="text/markdown", author="Arthur Michaut", author_email="arthur.michaut@gmail.com", - url="", + url="https://gitlab.pasteur.fr/amichaut/manipylator/", download_url="", license="GPLv3", classifiers=[ -- GitLab