knot-dns/python/Makefile.am
Daniel Salzman 1c42b3998c Revert "python: add libknot installation"
The change didn't work as expected :-/

This reverts commit d71091d135.
2020-05-25 08:46:20 +02:00

13 lines
190 B
Makefile

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/*