Skip to content

Commit 7d7a150

Browse files
committed
update setup.py to use bpython.ini.5 instead of bpythonrc.5
1 parent c7b1c3f commit 7d7a150

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
@@ -30,7 +30,7 @@
3030
packages = ["bpython"],
3131
data_files = [
3232
(os.path.join(man_dir, 'man1'), ['doc/bpython.1']),
33-
(os.path.join(man_dir, 'man5'), ['doc/bpythonrc.5']),
33+
(os.path.join(man_dir, 'man5'), ['doc/bpython.ini.5']),
3434
('share/applications', ['data/bpython.desktop'])
3535
],
3636
entry_points = {

0 commit comments

Comments
 (0)