Skip to content

Commit 9d8a6aa

Browse files
remove sample-config from setup.py
now it's in the bpython package for easier programmatic access
1 parent e31a8b5 commit 9d8a6aa

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
@@ -187,7 +187,7 @@ def initialize_options(self):
187187
packages = packages,
188188
data_files = data_files,
189189
package_data = {
190-
'bpython': ['logo.png', 'sample-config'],
190+
'bpython': ['logo.png'],
191191
'bpython.translations': mo_files,
192192
'bpython.test': ['test.config', 'test.theme']
193193
},

0 commit comments

Comments
 (0)