package descriptions

This commit is contained in:
Daniel Bauer
2018-11-13 09:57:29 +01:00
parent 7c831e5fa5
commit 3a1727c29b
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
name = "wham"
version = "0.9.0"
authors = ["D. Bauer <bauer@bio.tu-darmstadt.de>"]
description = "An implementation of the weighted histogram analysis method"
license = "GPL-3.0"
repository = "https://github.com/danijoo/WHAM"
[dependencies]
clap = {version="2.32.0", features=['yaml']}

View File

@@ -81,7 +81,7 @@ TODO
License
---
WHAM is licensed under the GPLv3 license. Please read the LICENSE file in this
WHAM is licensed under the GPL-3.0 license. Please read the LICENSE file in this
repository for more information.
Parts of this work, especially some perfomance optimizations and the I/O format, are inspired by the