Skip to content

Commit

Permalink
Merge pull request #39 from igrek51/38-release-wat-package-to-pypi
Browse files Browse the repository at this point in the history
Release `wat` package to PyPI
  • Loading branch information
igrek51 authored Dec 30, 2024
2 parents 0d60790 + 58093c3 commit ecdddad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div align="center">
<a href="https://github.com/igrek51/wat">GitHub</a>
-
<a href="https://pypi.org/project/wat-inspector">PyPI</a>
<a href="https://pypi.org/project/wat">PyPI</a>
-
<a href="https://igrek51.github.io/wat">Documentation</a>
</div>
Expand Down Expand Up @@ -61,9 +61,9 @@ Now you can use `wat` object.
> - [Install package with pip](#install-with-pip) and review the code.
### Install with pip
Alternatively, install **wat-inspector** package and import inspection tool from **wat** module:
Alternatively, install **wat** package and import inspection tool from **wat** module:
```sh
pip install wat-inspector
pip install wat
```
```python
import wat
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hide:
<div align="center">
<a href="https://github.com/igrek51/wat">GitHub</a>
-
<a href="https://pypi.org/project/wat-inspector">PyPI</a>
<a href="https://pypi.org/project/wat">PyPI</a>
-
<a href="https://igrek51.github.io/wat">Documentation</a>
</div>
Expand Down Expand Up @@ -66,9 +66,9 @@ Now you can use `wat` object.
- [Install package with pip](#install-with-pip) and review the code.

### Install with pip
Alternatively, install **wat-inspector** package and import inspection tool from **wat** module:
Alternatively, install **wat** package and import inspection tool from **wat** module:
```sh
pip install wat-inspector
pip install wat
```
```python
import wat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "wat-inspector"
name = "wat"
description = "Deep inspection of Python objects"
license = {text = "MIT"}
authors = [
Expand Down

0 comments on commit ecdddad

Please sign in to comment.