1
0
Fork 0

Merging upstream version 0.16.5.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-11 18:50:40 +01:00
parent 9703a1ef64
commit 519eae4b80
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 43 additions and 11 deletions

View file

@ -3,7 +3,7 @@
install:
pip3 install -e .
test:
pytest tests --cov=./gita $(TEST_ARGS) -n=auto
pytest tests --cov=./gita $(TEST_ARGS) -n=auto -vv
dist:
python3 setup.py sdist
twine: