From 116d0e3da41992d9230baf730f018e5d03dd0818 Mon Sep 17 00:00:00 2001 From: Daniel Federschmidt Date: Thu, 12 Oct 2017 10:20:30 +0200 Subject: [PATCH] Update setup.py to include URL to GitHub repository. Before, there was no link from [PyPi](https://pypi.python.org/pypi/python-taiga) page to the GitHub repository with the source. This is fixed by using setting `url` in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e153c98..870d7fc 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read(fname): license="MIT", author="Nephila", author_email="info@nephila.it", - url="", + url="https://github.com/nephila/python-taiga", keywords="taiga kanban wrapper api", install_requires=[ "requests",