espeed / bulbs

A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
http://bulbflow.org
Other
622 stars 83 forks source link

Remove distribute from install_requires #150

Open barraponto opened 9 years ago

barraponto commented 9 years ago

Turns out distribute is now a just a wrapper to setuptools. And we can assume setuptools is installed, after all it's imported at the top of the file (plus, install_requires is a setuptools feature).