Review Board

beta

Make Djblets installable as a Python egg

Submitted
Updated 3 months ago

Christian Hammond Reviewers
trunk reviewboard
None Navi
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.
Ship it!
Posted 3 months ago (August 20th, 2008, 10:53 p.m.)
Looks okay.  What license is ez_setup.py under?
  1. Christian Hammond 3 months ago (August 21st, 2008, 3:19 a.m.)
    Unknown. I can't find any info, but it's what the setuptools documentation says that you should always put in with your project, so I'm assuming it's public domain or something. I'll continue trying to find out.