Skip to content

Commit

Permalink
chore: readme updated. pyproject.toml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 5, 2024
1 parent f32c25e commit 666b050
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ Python version of [nipe](https://github.com/htrgouvea/nipe): An engine to make T
pip install nipe_py
```

- You need to have tor installed & tor should be running. Confirm it by running

```sh
# this will start the tor service if not already running. If running then it'll restart it.
sudo systemctl restart tor
```

## Usage
```sh
$ nipe --help
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ docs-serve = "mkdocs serve"
docs-build = "mkdocs build"

[tool.hatch.build.targets.sdist]
include = [
"src/**/*.py",
".configs/*"
]
# include = [
# "src/**/*.py",
# ".configs/*"
# ]
exclude = ["build/", "dist/", "docs/", "tests/*", ".github/", "assets/", ".cruft.json", ".editorconfig", "mkdocs.yml"]


[build-system]
Expand Down

0 comments on commit 666b050

Please sign in to comment.