How to make RPM file 1. Clone django source tree. $ git clone [email protected]:django/django.git 2. Change directory into cloned django's directory and run following command. $ python setup.py bdist_rpm --packager="Project Hatohol <[email protected]>" See also Django repository Python document (Creating Built Distributions)