X Tutup
Skip to content

Commit 20d1450

Browse files
Revert "remove sample-config from setup.py"
This reverts commit 9d8a6aa. Conflicts: setup.py
1 parent ac9633d commit 20d1450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def initialize_options(self):
229229
packages = packages,
230230
data_files = data_files,
231231
package_data = {
232+
'bpython': ['sample-config'],
232233
'bpython.translations': mo_files,
233234
'bpython.test': ['test.config', 'test.theme']
234235
},

0 commit comments

Comments
 (0)
X Tutup