Skip to content

Commit c9c939f

Browse files
committed
Allow installing via pip
1 parent e202883 commit c9c939f

File tree

3 files changed

+32
-22
lines changed

3 files changed

+32
-22
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ This can,
1313

1414
Install `git`.
1515

16-
Symlink `git-evtag` to `~/.local/bin/git-evtag` or somewhere else that
17-
is in `$PATH`. Then,
16+
Install `git_evtag_py`
17+
18+
```sh
19+
pip install --user git+https://github.com/bbhtt/[email protected]#egg=git_evtag_py
20+
```
1821

1922
```sh
2023
# Show the EVTag checksum of HEAD

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ readme = "README.md"
1010
requires-python = "<4.0,>=3.10"
1111
dependencies = []
1212

13+
[build-system]
14+
requires = ["setuptools"]
15+
build-backend = "setuptools.build_meta"
16+
17+
[project.scripts]
18+
git-evtag = "git_evtag_py:main"
19+
1320
[project.urls]
1421
Homepage = "https://github.com/bbhtt/git-evtag-py"
1522
Repository = "https://github.com/bbhtt/git-evtag-py.git"

uv.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)