Skip to content

Commit

Permalink
includes gettext portable and machine objects in Python package
Browse files Browse the repository at this point in the history
After #1348, setuptools is not responsible for compiling the portable to
machine objects, only for including both as produced by Weblate.
  • Loading branch information
cfm committed Jan 14, 2022
1 parent db48dcb commit 9cbef03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@
"Operating System :: OS Independent",
],
entry_points={"console_scripts": ["sd-client = securedrop_client.app:run"]},
package_data={"": ["locale/*/*/*.mo", "locale/*/*/*.po"]},
)

0 comments on commit 9cbef03

Please sign in to comment.