From f4b822e985b4ff805b6beff6ec9fd6713894e65b Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Thu, 27 Feb 2020 18:05:43 +0100 Subject: [PATCH] Fix project URLs --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4ccfa57..8446f57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,9 +10,9 @@ author-email = stephan.seitz@fau.de, christopher.syben@fau.de license = GPLv3 long-description = file: README.rst long-description-content-type = text/x-rst; charset=UTF-8 -url = https://github.com/pyscaffold/pyscaffold/ +url = https://github.com/theHamsta/pyronn-torch project-urls = - Documentation = https://pyscaffold.org/ + Documentation = https://github.com/theHamsta/pyronn-torch # Change if running only on Windows, Mac or Linux (comma-separated) platforms = any # Add here all kinds of additional classifiers as defined under -- GitLab