Properly specify onionshare_cli package_data

This commit is contained in:
Micah Lee 2020-11-08 14:20:31 -08:00
parent 36191b3bed
commit d6de902390
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
2 changed files with 3 additions and 2 deletions

View file

@ -53,7 +53,7 @@ setuptools.setup(
"onionshare_cli.web",
],
package_data={
"onionshare": [
"onionshare_cli": [
"resources/*",
"resources/static/*",
"resources/static/css/*",