summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
blob: 464d4fa744bacebcccf274f3b234602ab92299ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/*