mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 19:06:20 -04:00
Add include_data_files back to setup call, and ignore built snaps
This commit is contained in:
parent
b2cb1dd2e1
commit
1d9fa758b1
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -20,6 +20,7 @@ develop-eggs
|
|||
MANIFEST
|
||||
env
|
||||
onionshare-*.tar.gz
|
||||
snap/onionshare_*.snap
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
|
1
setup.py
1
setup.py
|
@ -104,4 +104,5 @@ setup(
|
|||
],
|
||||
},
|
||||
data_files=data_files,
|
||||
include_data_files=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue