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 b2cb1dd2e1
commit 1d9fa758b1
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
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,
)