Skip to content

Commit 30e2a6b

Browse files
committed
ready to publish on pypi
1 parent 37a3946 commit 30e2a6b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Microcontroller peripherals are made available over each interface via a custom
2525
Clients connect to the microcontroller over any one of the interfaces. The following clients are supported.
2626

2727
- C++
28-
- Python
28+
- Python - `pip install pyjabi`
2929
- gRPC
30-
- Rust
30+
- Rust - `cargo add jabi`
3131

3232
## Setup
3333

@@ -77,7 +77,7 @@ C++ support is provided as a CMake library and can be added to any CMake project
7777

7878
### Python
7979

80-
A Python library is published on [PyPI](TODO). For the latest changes, it can be built and installed locally by running the following. An example using it is in [examples/python](examples/python).
80+
A Python library is published on [PyPI](https://pypi.org/project/pyjabi). For the latest changes, it can be built and installed locally by running the following. An example using it is in [examples/python](examples/python).
8181

8282
```
8383
pip install clients/python

clients/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "jabi"
2+
name = "pyjabi"
33
version = "0.1.0"
44
authors = [
55
{ name = "Matthew Tran", email = "matthewlamtran@berkeley.edu" },
@@ -18,7 +18,7 @@ Homepage = "https://github.com/dragonlock2/JABI"
1818
Issues = "https://github.com/dragonlock2/JABI/issues"
1919

2020
[build-system]
21-
requires = ["setuptools>=69", "pybind11>=2.11"]
21+
requires = ["wheel>=0.43", "setuptools>=69", "pybind11>=2.11"]
2222
build-backend = "setuptools.build_meta"
2323

2424
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)