Merging upstream version 0.16.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
761a845342
commit
6cfcc808bb
14 changed files with 83 additions and 889 deletions
4
Makefile
4
Makefile
|
@ -2,9 +2,9 @@
|
|||
|
||||
install:
|
||||
pip3 install -e .
|
||||
test: clean
|
||||
test:
|
||||
pytest tests --cov=./gita $(TEST_ARGS) -n=auto
|
||||
dist: clean
|
||||
dist:
|
||||
python3 setup.py sdist
|
||||
twine:
|
||||
twine upload dist/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue