We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961ff42 commit 5f4c258Copy full SHA for 5f4c258
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