Remove distribute dependency.

Distribute has been merged with upstream setuptools. The two are
incompatible now, so MySQL-python is uninstallable on systems
with setuptools >= 0.7 installed.
This commit is contained in:
Monty Taylor
2013-06-23 18:16:17 -04:00
parent 63ab17980d
commit 0d1dd6fa89
3 changed files with 0 additions and 518 deletions

View File

@ -3,8 +3,6 @@
import os
import sys
from distribute_setup import use_setuptools
use_setuptools()
from setuptools import setup, Extension
if not hasattr(sys, "hexversion") or sys.hexversion < 0x02040000: