Skip to content

Commit d4efe6a

Browse files
add scrollfrontend package for builds in setup.py
--HG-- branch : scroll-frontend
1 parent b65e096 commit d4efe6a

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
@@ -154,7 +154,7 @@ def initialize_options(self):
154154
'fmtstr>=0.0.4'
155155
],
156156
tests_require = ['mock'],
157-
packages = ["bpython", "bpython.test", "bpython.translations", "bpdb"],
157+
packages = ["bpython", "bpython.test", "bpython.translations", "bpdb", "bpython.scrollfrontend"],
158158
data_files = data_files,
159159
package_data = {
160160
'bpython': ['logo.png'],

0 commit comments

Comments
 (0)