summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
blob: 590321904d466b678100e1754b77745d112abbf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST =			\
	libknot/__init__.py.in	\
	libknot/control.py	\
	libknot/dname.py	\
	libknot/probe.py	\
	README.md		\
	setup.py.in

clean-local:
	-rm -rf dist *.egg-info

dist: clean-local
	python3 setup.py sdist

upload:
	twine upload dist/*