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 MANIFEST
env env
onionshare-*.tar.gz onionshare-*.tar.gz
snap/onionshare_*.snap
# Installer logs # Installer logs
pip-log.txt pip-log.txt

View file

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