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 28e0ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
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 28e0ed6

Please sign in to comment.