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

Commit

Permalink
Fix license in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdrt committed Oct 19, 2018
1 parent 704b652 commit 10f604b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down

0 comments on commit 10f604b

Please sign in to comment.