We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b377e commit df345c0Copy full SHA for df345c0
docs/shipping/packaging.rst
@@ -151,6 +151,9 @@ makes the download and install about 2MB smaller than
151
Also, if a distribution releases a new security update for Python, then your
152
application will automatically start using that new version of Python.
153
154
+[Producing an RPM file using the bdist_rpm command](https://docs.python.org/3/distutils/builtdist.html#creating-rpm-packages)
155
+for use by distributions like Red Hat or SuSE is trivially easy.
156
+
157
However, creating and maintaining the different configurations required for
158
each distribution's format (e.g. .deb for Debian/Ubuntu, .rpm for Red
159
Hat/Fedora, etc) is a fair amount of work. If your code is an application that
0 commit comments