DanielStutzbach / blist

A list-like type with better asymptotic performance and similar performance on small lists
Other
313 stars 35 forks source link

Replace distribute_setup with ez_setup #56

Closed saschpe closed 10 years ago

saschpe commented 10 years ago

Distribute merged into setuptools a while ago. Thus bootstrapping shouldn't be done with distribute anymore. Also, try importing setuptools first before bootstraping. Usually, it's already present on Linux distributions.