Skip to content

Commit 939fa36

Browse files
committed
.mo files on setup
1 parent 692a73e commit 939fa36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ def initialize_options(self):
7979
(os.path.join(man_dir, 'man5'), ['doc/bpython-config.5']),
8080
# desktop shorcut
8181
(os.path.join('share', 'applications'), ['data/bpython.desktop'])],
82-
package_data = {'bpython': ['logo.png']},
82+
package_data = {
83+
'bpython': ['logo.png'],
84+
'bpython.translations': ['bpython/transaltions/*.mo']},
8385
entry_points = {
8486
'console_scripts': [
8587
'bpython = bpython.cli:main',

0 commit comments

Comments
 (0)