Skip to content

Commit cc777a1

Browse files
committed
Added bpython.test to list of packages in setup.py.
1 parent d05044f commit cc777a1

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
@@ -117,7 +117,7 @@ def initialize_options(self):
117117
'pygments'
118118
],
119119
tests_require = ['mock'],
120-
packages = ["bpython", "bpython.translations", "bpdb"],
120+
packages = ["bpython", "bpython.test", "bpython.translations", "bpdb"],
121121
data_files = data_files,
122122
package_data = {
123123
'bpython': ['logo.png'],

0 commit comments

Comments
 (0)