diff --git a/README.md b/README.md index 575b7cb..e9bc6d5 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,7 @@ [![Conda Version](https://img.shields.io/conda/vn/conda-forge/clr_loader.svg)](https://anaconda.org/conda-forge/clr_loader) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them. +Implements a generic interface for loading one of the CLR (.NET) runtime +implementations and calling simple functions on them. + +Documentation is available at https://pythonnet.github.io/clr-loader/. diff --git a/pyproject.toml b/pyproject.toml index 2b93b3f..0bf95f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "clr_loader" description = "Generic pure Python loader for .NET runtimes" license = {text = "MIT"} -version = "0.2.0" +version = "0.2.1" readme = "README.md" @@ -28,6 +28,7 @@ email = "filmor@gmail.com" [project.urls] Sources = "https://github.com/pythonnet/clr-loader" +Documentation = "https://pythonnet.github.io/clr-loader/" [tool.setuptools] zip-safe = false