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.
Looks okay. What license is ez_setup.py under?