From ac4ad6c2870c8af3ede848faa18707fb2e8f307a Mon Sep 17 00:00:00 2001 From: kpoeppel <37810656+kpoeppel@users.noreply.github.com> Date: Fri, 7 Aug 2020 18:35:35 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0cb8e8..c4ee76b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description=long_description, author='Korbinian Poeppel, Hendrik Elvers', author_email='korbinian.poeppel@tum.de, hendrik.elvers@tum.de', - url='https://example.org', + url='https://github.com/kpoeppel/pytorch_probgraph/', packages=['pytorch_probgraph'], install_requires=['torch', 'numpy', 'matplotlib', 'tqdm', 'sphinx_rtd_theme', 'sphinx', 'setuptools'],