Skip to content

Commit

Permalink
Include images, fonts, and css files in package_data in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Feb 27, 2024
1 parent e722893 commit 1445cf8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
python_requires=">=3.5",
url="https://github.com/freedomofpress/securedrop-client",
packages=setuptools.find_packages(include=["securedrop_client", "securedrop_client.*"]),
package_data={
"": [
"resources/*.css",
"resources/*.ttf",
"resources/*.gif",
"resources/*.gif",
"resources/*.svg",
]
},
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit 1445cf8

Please sign in to comment.