Skip to content

Commit

Permalink
setup: Add Fedora compile links
Browse files Browse the repository at this point in the history
  • Loading branch information
illume committed May 18, 2024
1 parent 9c04fa4 commit 2d6575e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def compilation_help():
distro_mapping = {
'ubuntu': 'Ubuntu',
'debian': 'Debian',
'slackware': 'Slackware'
'slackware': 'Slackware',
'fedora': 'Fedora',
}
the_system = distro_mapping.get(distro_name, the_system)

Expand All @@ -164,6 +165,7 @@ def compilation_help():
'Windows': 'https://www.pygame.org/wiki/CompileWindows',
'Darwin': 'https://www.pygame.org/wiki/MacCompile',
'RedHat': 'https://www.pygame.org/wiki/CompileRedHat',
'Fedora': 'https://www.pygame.org/wiki/CompileFedora',
# TODO There is nothing in the following pages yet
'Suse': 'https://www.pygame.org/wiki/CompileSuse',
'Python (from pypy.org)': 'https://www.pygame.org/wiki/CompilePyPy',
Expand Down

0 comments on commit 2d6575e

Please sign in to comment.