eigenhombre / PyClojure

(Parts of) Clojure implemented on top of Python
Other
113 stars 13 forks source link

Adding fallback to importing setup() from distutils #5

Closed adamcharnock closed 12 years ago

adamcharnock commented 12 years ago

distutils is always available, whereas setuptools/distribute are optional extras but have added functionality.