initial commit
Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
This commit is contained in:
parent
d73755a275
commit
50e4351640
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Python bindings for [libsoliton](https://git.lo.sh/lo/libsoliton) — a pure-Rus
|
|||
## Install
|
||||
|
||||
```bash
|
||||
pip install soliton
|
||||
pip install soliton-py
|
||||
```
|
||||
|
||||
Builds from source via [maturin](https://www.maturin.rs/) — requires a Rust toolchain.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ requires = ["maturin>=1.7,<2.0"]
|
|||
build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "soliton"
|
||||
name = "soliton-py"
|
||||
version = "0.1.0"
|
||||
description = "Python bindings for libsoliton — post-quantum cryptographic library"
|
||||
license = { text = "AGPL-3.0-only" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue