Skip to content

Commit 662713b

Browse files
committed
add translations package to setup
1 parent 80b7cd7 commit 662713b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def initialize_options(self):
8888
install_requires = [
8989
'pygments'
9090
],
91-
packages = ["bpython", "bpdb"],
91+
packages = ["bpython", "bpython.translations", "bpdb"],
9292
data_files = data_files,
9393
package_data = {'bpython': ['logo.png']},
9494
entry_points = {

0 commit comments

Comments
 (0)