Skip to content

Commit

Permalink
First Pypi Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpretet committed Oct 23, 2022
1 parent 8ca90a4 commit 9f4ccdd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ Simple, Stupid](https://en.wikipedia.org/wiki/KISS_principle).

Hope it can help you!

### How to install it
### How to Install

#### Pypi

SVUT is availble on Pypi and can be installed as following:

```bash
pip3 install svut
```

#### Git

Git clone the repository in a path. Set up the SVUT environment variable
and add SVUT to `$PATH`:
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"

[project]
name = "svut"
version = "1.6.1"
authors = [
{ name="Damien Pretet", email="damien.pretet@me.com" },
]
version = "1.8.0"
authors = [{ name="Damien Pretet", email="damien.pretet@me.com" }]
description = "SystemVerilog Unit Test (SVUT)"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
keywords = ["verilog", "systemverilog", "testing"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 9f4ccdd

Please sign in to comment.