diff --git a/pyproject.toml b/pyproject.toml index 8ec56f3..b52d00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "uhi" -version = "0.1.0" -description = "Unified Histogram Indexing" +version = "0.1.1" +description = "Unified Histogram Interface: tools to help library authors work with histograms" authors = [ "Henry Schreiner ", "Hans Dembinski ", @@ -12,6 +12,7 @@ maintainers = [ ] homepage = "https://github.com/Scikit-HEP/uhi" repository = "https://github.com/Scikit-HEP/uhi" +readme = "README.md" license = "BSD-3-Clause" classifiers = [