From 8563a47b65bb0b12714a95e34c391b2e45ae6850 Mon Sep 17 00:00:00 2001 From: Matt Graham Date: Wed, 21 Sep 2016 00:53:52 +0100 Subject: [PATCH] Adding additional authors to metadata. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5802d5..bc1053e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name = "mlp", - author = "Pawel Swietojanski", + author = "Pawel Swietojanski, Steve Renals and Matt Graham", description = ("Neural network framework for University of Edinburgh " "School of Informatics Machine Learning Practical course."), url = "https://github.com/CSTR-Edinburgh/mlpractical",