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",