fix data file inclusion in source distributions

This commit is contained in:
Mike Fährmann
2019-11-09 00:00:40 +01:00
parent 6c86fbfe2a
commit ce98a86c0e
8 changed files with 19 additions and 19 deletions

View File

@@ -27,6 +27,7 @@ update() {
sed -i "s#\"${PYVERSION}\"#\"${NEWVERSION}\"#" "gallery_dl/version.py"
sed -i "s#v${OLDVERSION}#v${NEWVERSION}#" "${README}"
make man
}
update-dev() {