====== Python Module RPM ====== Generating python module rpm is easy.\\ Please see the [[https://docs.python.org/3/distutils/builtdist.html|Python 3]] and [[https://docs.python.org/2.0/dist/creating-rpms.html|Python 2]] ==== Steps ==== - Download source - Extract - Run command as provided in the manual. python setup.py bdist_rpm This will create RPM in dist folder.