Skip to content

Commit

Permalink
get a newer version of importlib-metadata and add poetry build notes …
Browse files Browse the repository at this point in the history
…to readme
  • Loading branch information
ShyftXero committed Mar 28, 2023
1 parent c01ec91 commit 6f9463d
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ $ pip3 install xortool
For development or building this repository, [poetry](https://python-poetry.org/) is needed.


```bash
poetry build
pip install dist/xortool*.whl
```

Usage
---------------------

Expand Down
66 changes: 66 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docopt = "^0.6.2"

[tool.poetry.dev-dependencies]
docopt = "^0.6.2"
importlib_metadata = "4.8`"
importlib_metadata = "^4.8"

[build-system]
requires = ["poetry-core>=1.0.0a5"]
Expand Down

0 comments on commit 6f9463d

Please sign in to comment.