knot-dns/python/Makefile.am

16 lines
224 B
Makefile
Raw Normal View History

EXTRA_DIST = \
libknot/__init__.py.in \
libknot/control.py \
2021-05-25 14:27:44 -04:00
libknot/probe.py \
2021-05-26 08:16:41 -04:00
README.md \
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/*