From 10f604b4f9f45b1782c0c271257b3fd1b54f3ff8 Mon Sep 17 00:00:00 2001 From: Guillaume Baudart Date: Fri, 19 Oct 2018 14:40:16 -0400 Subject: [PATCH] Fix license in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dfb7fb8..5aa7fd0 100644 --- a/setup.py +++ b/setup.py @@ -21,14 +21,14 @@ setup( name='yaps', - version='0.1.0', + version='0.1.1', author="Guillaume Baudart, Martin Hirzel, Kiran Kate, Louis Mandel, Avraham Shinnar", description="A surface language for programming Stan models using python syntax", long_description=long_description, long_description_content_type="text/markdown", url="https://ibm.github.io/yaps/", packages=['yaps', ], - license=open('LICENSE.txt').read(), + license='Apache License 2.0', install_requires=[ 'astor', 'graphviz', 'antlr4-python3-runtime', 'pystan<=2.17.1' ],