Skip to content

Commit 7031c4d

Browse files
committed
Install test data.
1 parent 221ecb7 commit 7031c4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def initialize_options(self):
121121
data_files = data_files,
122122
package_data = {
123123
'bpython': ['logo.png'],
124-
'bpython.translations': mo_files
124+
'bpython.translations': mo_files,
125+
'bpython.test': ['test.config', 'test.theme']
125126
},
126127
entry_points = {
127128
'console_scripts': [

0 commit comments

Comments
 (0)