Skip to content

Commit

Permalink
Merge pull request #4232 from pygame/fedora
Browse files Browse the repository at this point in the history
setup: Add Fedora compile links
  • Loading branch information
illume committed May 18, 2024
2 parents 45c3241 + 2d6575e commit fc4e3a5
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 @@ -157,7 +157,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 @@ -167,6 +168,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 fc4e3a5

Please sign in to comment.