Skip to content

Commit

Permalink
mps-cli-py: enable pip for mps cli py (#33)
Browse files Browse the repository at this point in the history
* increase version to 0.2.0

* mps-cli-py: update readme.md to include build and upload to pypi.org

---------

Co-authored-by: Michael Langhammer <mlanghammer@users.noreply.github.com>
  • Loading branch information
MLanghammer and MLanghammer authored Jun 14, 2024
1 parent 1d26f8b commit cc7dd0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion mps-cli-py/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ The plugin has currently the following limitations:
### Run tests

- `cd mps-cli-py`
- `python -m unittest discover`
- `python -m unittest discover`

### Build and upload to pypi.org

- `increae version number`
- `python3 -m build`
- `python3 -m twine upload dist/*`
2 changes: 1 addition & 1 deletion mps-cli-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mps-cli"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name="Daniel Ratiu", email="ratiud@googlemail.com" },
]
Expand Down

0 comments on commit cc7dd0b

Please sign in to comment.