We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b1c3f commit 7d7a150Copy full SHA for 7d7a150
setup.py
@@ -30,7 +30,7 @@
30
packages = ["bpython"],
31
data_files = [
32
(os.path.join(man_dir, 'man1'), ['doc/bpython.1']),
33
- (os.path.join(man_dir, 'man5'), ['doc/bpythonrc.5']),
+ (os.path.join(man_dir, 'man5'), ['doc/bpython.ini.5']),
34
('share/applications', ['data/bpython.desktop'])
35
],
36
entry_points = {
0 commit comments