We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692a73e commit 939fa36Copy full SHA for 939fa36
setup.py
@@ -79,7 +79,9 @@ def initialize_options(self):
79
(os.path.join(man_dir, 'man5'), ['doc/bpython-config.5']),
80
# desktop shorcut
81
(os.path.join('share', 'applications'), ['data/bpython.desktop'])],
82
- package_data = {'bpython': ['logo.png']},
+ package_data = {
83
+ 'bpython': ['logo.png'],
84
+ 'bpython.translations': ['bpython/transaltions/*.mo']},
85
entry_points = {
86
'console_scripts': [
87
'bpython = bpython.cli:main',
0 commit comments