Skip to content
Snippets Groups Projects
Commit 464afebc authored by Daniel Salzman's avatar Daniel Salzman
Browse files

python: add targets for packaging to Makefile

parent ef4638ce
No related branches found
No related tags found
No related merge requests found
Pipeline #43360 passed with warnings
......@@ -2,3 +2,12 @@ EXTRA_DIST = \
libknot/__init__.py.in \
libknot/control.py \
setup.py.in
clean-local:
-rm -rf dist *.egg-info
dist: clean-local
python3 setup.py sdist
upload:
twine upload dist/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment