knot-dns/python/Makefile.am
2018-12-12 20:23:09 +01: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/*