debian-cached-property/debian/rules

12 lines
207 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_NAME := cached-property
%:
dh ${@} --with python2,python3 --buildsystem=pybuild
override_dh_auto_clean:
rm -rf $(PACKAGE_NAME).egg-info
rm -rf PKG-INFO
dh_auto_clean