Skip to content

Commit

Permalink
Switche setup.py license to LGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhswenson committed Jan 19, 2016
1 parent 1e7b19b commit 70bb80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -98,7 +98,7 @@ def buildKeywordDictionary():
setupKeywords["version"] = "0.0.1-alpha"
setupKeywords["author"] = "David W.H. Swenson, Jan-Hendrik Prinz, Peter Bolhuis and John D. Chodera"
setupKeywords["author_email"] = "dwhs@hyperblazer.net, jan.prinz@choderalab.org, p.g.bolhuis@uva.nl, choderaj@mskcc.org"
setupKeywords["license"] = "GPL 2.0"
setupKeywords["license"] = "LGPL 2.1 or later"
setupKeywords["url"] = "http://www.openpathsampling.org"
setupKeywords["download_url"] = "http://github.com/choderalab/openpathsampling"
setupKeywords["packages"] = ['openpathsampling',
Expand Down

0 comments on commit 70bb80d

Please sign in to comment.