summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 8329c4faadaade0b727e14cf8044c81d96486a14 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=prompt-toolkit

%:
	dh ${@} --with python3 --buildsystem=pybuild

execute_after_dh_auto_clean:
	# help pybuild
	rm -rf src/*.egg-info