Add a patch to use our own setuptools package

This commit is contained in:
Luke Macken 2009-06-05 15:56:25 +00:00
commit 31070382c6
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,9 @@
--- setup.py.orig 2009-06-05 07:42:36.000000000 -0400
+++ setup.py 2009-06-05 07:42:40.000000000 -0400
@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
-import ez_setup
-ez_setup.use_setuptools()
import os
import sys