Adding upstream version 0.10.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0f23aff1f
commit
a9c588f707
27 changed files with 1822 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
.PHONY: dist test install clean twine
|
||||
|
||||
install:
|
||||
pip3 install -e .
|
||||
test: clean
|
||||
pytest tests --cov=./gita $(TEST_ARGS) -n=auto
|
||||
dist: clean
|
||||
python3 setup.py sdist
|
||||
twine:
|
||||
twine upload dist/*
|
||||
clean:
|
||||
git clean -fdx
|
Loading…
Add table
Add a link
Reference in a new issue