1
0
Fork 0

add packaging setup with stdeb for debian and apt

vendor the base32_crockford lib
add build script for debain packages
This commit is contained in:
Nick Sweeting 2020-11-23 16:52:15 -05:00
parent f05ae7043f
commit 83693a5c03
13 changed files with 263 additions and 19 deletions

14
.gitignore vendored
View file

@ -4,13 +4,21 @@
__pycache__/
.mypy_cache/
# Python and Node dependencies
venv/
.venv/
.docker-venv/
build/
dist/
node_modules/
# Packaging artifacts
archivebox-*.tar.gz
build/
deb_dist/
dist/
# Data folders
data/
data1/
data2/
data3/
output/