• 
      

    Make Djblets installable as a Python egg

    Review Request #509 — Created Aug. 19, 2008 and submitted — Latest diff uploaded

    Information

    Navi (deprecated)
    trunk

    Reviewers

    This change allows Djblets to be built as a Python egg, meaning that down the road users will be able to install it directly using easy_install and that it will automatically be downloaded when other programs (such as Review Board) are easy_install'd.
    
    This is the first step in making Review Board installable as an egg.
    Tested that I could build eggs and source distributions and that the files expected were there.