We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b7cd7 commit 662713bCopy full SHA for 662713b
setup.py
@@ -88,7 +88,7 @@ def initialize_options(self):
88
install_requires = [
89
'pygments'
90
],
91
- packages = ["bpython", "bpdb"],
+ packages = ["bpython", "bpython.translations", "bpdb"],
92
data_files = data_files,
93
package_data = {'bpython': ['logo.png']},
94
entry_points = {
0 commit comments