7 lines
95 B
Text
7 lines
95 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
export PYBUILD_NAME=cfgv
|
||
|
|
||
|
%:
|
||
|
dh ${@} --buildsystem=pybuild --with python3
|