Make Djblets installable as a Python egg

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

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.
david
  1. Looks okay.  What license is ez_setup.py under?
    1. 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.
  2. 
      
TU
  1. 
      
  2. 
      
Loading...