Skip to content

Commit

Permalink
Rename Pypi package (#67)
Browse files Browse the repository at this point in the history
* Rename Pypi package

* Update README file
  • Loading branch information
nivcertora authored Jan 7, 2025
1 parent 09c6502 commit 95d006d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Quorum is an open-source Python utility that ensures the integrity of smart cont

### Via `pip`

#### Using pypi:
```bash
pip install certora-quorum
```

#### Using git+https:
```bash
pip install git+ssh://[email protected]/Certora/Quorum.git
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "Quorum"
name = "cerotra-quorum"
description = "Quorum: A tool for managing proposals and reports"
authors = [
{name = "Niv Vaknin", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20250107.145117.111615
20250107.150807.176048

0 comments on commit 95d006d

Please sign in to comment.