Adding additional authors to metadata.
This commit is contained in:
parent
048437f967
commit
8563a47b65
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "mlp",
|
name = "mlp",
|
||||||
author = "Pawel Swietojanski",
|
author = "Pawel Swietojanski, Steve Renals and Matt Graham",
|
||||||
description = ("Neural network framework for University of Edinburgh "
|
description = ("Neural network framework for University of Edinburgh "
|
||||||
"School of Informatics Machine Learning Practical course."),
|
"School of Informatics Machine Learning Practical course."),
|
||||||
url = "https://github.com/CSTR-Edinburgh/mlpractical",
|
url = "https://github.com/CSTR-Edinburgh/mlpractical",
|
||||||
|
Loading…
Reference in New Issue
Block a user