• 
      

    Use setuptools instead of distutils for extension packaging.

    Review Request #5876 — Created May 25, 2014 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.8.x
    99d7cf8...

    Reviewers

    The extension packaging code was using distutils's classes instead of
    setuptools's, which prevented more advanced features like MANIFEST.in
    rules from being used. A simple import change fixes this.

    Built packages with this, and saw that MANIFEST.in was being factored in.