From 7129676c6abddddce52720d7419d2658ab8bfdfc Mon Sep 17 00:00:00 2001 From: ThumbmasWalker Date: Thu, 8 Sep 2022 11:50:03 +0100 Subject: [PATCH] corrected package url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46266b1..b2660a4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( author = "Pawel Swietojanski, Steve Renals, Matt Graham and Antreas Antoniou", description = ("Neural network framework for University of Edinburgh " "School of Informatics Machine Learning Practical course."), - url = "https://github.com/CSTR-Edinburgh/mlpractical", + url = "https://github.com/VICO-UoE/mlpractical", packages=['mlp'] )