Adding additional authors to metadata.

This commit is contained in:
Matt Graham 2016-09-21 00:53:52 +01:00
parent 048437f967
commit 8563a47b65

View File

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