We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a182a commit 8129b3aCopy full SHA for 8129b3a
setup.py
@@ -73,7 +73,7 @@ def initialize_options(self):
73
os.path.isdir(language)):
74
continue
75
data_files.append(('bpython/translations/'+language+'/LC_MESSAGES/',
76
- ['bpython/translations/'+language+'/LC_MESSAGES/'+'bpython.mo']))
+ [translations_dir+language+'/LC_MESSAGES/'+'bpython.mo']))
77
78
79
setup(
0 commit comments