knot-dns/python/Makefile.am

14 lines
190 B
Makefile
Raw Permalink Normal View History

EXTRA_DIST = \
libknot/__init__.py.in \
libknot/control.py \
2018-11-16 08:44:02 -05:00
setup.py.in
clean-local:
-rm -rf dist *.egg-info
dist: clean-local
python3 setup.py sdist
upload:
twine upload dist/*