Add include_data_files back to setup call, and ignore built snaps

This commit is contained in:
Micah Lee 2020-05-07 20:19:07 -07:00
parent 793a5d3e02
commit 46d69fba17
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ develop-eggs
MANIFEST
env
onionshare-*.tar.gz
snap/onionshare_*.snap
# Installer logs
pip-log.txt

View File

@ -104,4 +104,5 @@ setup(
],
},
data_files=data_files,
include_data_files=True,
)