File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Conda Version] ( https://img.shields.io/conda/vn/conda-forge/clr_loader.svg )] ( https://anaconda.org/conda-forge/clr_loader )
6
6
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
7
7
8
- Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them.
8
+ Implements a generic interface for loading one of the CLR (.NET) runtime
9
+ implementations and calling simple functions on them.
10
+
11
+ Documentation is available at https://pythonnet.github.io/clr-loader/ .
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
name = " clr_loader"
7
7
description = " Generic pure Python loader for .NET runtimes"
8
8
license = {text = " MIT" }
9
- version = " 0.2.0 "
9
+ version = " 0.2.1 "
10
10
11
11
readme = " README.md"
12
12
28
28
29
29
[project .urls ]
30
30
Sources = " https://github.com/pythonnet/clr-loader"
31
+ Documentation = " https://pythonnet.github.io/clr-loader/"
31
32
32
33
[tool .setuptools ]
33
34
zip-safe = false
You can’t perform that action at this time.
0 commit comments