- Included necessary files for .deb package creation. - Corrected email address in setup.py for proper attribution.
9 lines
131 B
Makefile
Executable File
9 lines
131 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|
|
|
|
clean:
|
|
dh_clean
|
|
rm -rf dist/ *.whl *.tar.gz docs/ docsource/
|