Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 10f604b

Browse files
committed
Fix license in setup.py
1 parent 704b652 commit 10f604b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
setup(
2323
name='yaps',
24-
version='0.1.0',
24+
version='0.1.1',
2525
author="Guillaume Baudart, Martin Hirzel, Kiran Kate, Louis Mandel, Avraham Shinnar",
2626
description="A surface language for programming Stan models using python syntax",
2727
long_description=long_description,
2828
long_description_content_type="text/markdown",
2929
url="https://ibm.github.io/yaps/",
3030
packages=['yaps', ],
31-
license=open('LICENSE.txt').read(),
31+
license='Apache License 2.0',
3232
install_requires=[
3333
'astor', 'graphviz', 'antlr4-python3-runtime', 'pystan<=2.17.1'
3434
],

0 commit comments

Comments
 (0)