bulbs
bulbs copied to clipboard
Don't require `distribute` for python >= 3.6
This is a more conservative version of PR #150, which only drops the dependency on distribute
for python >= 3.6.
Currently, installing for python >= 3.6 fails with this error:
module “importlib._bootstrap” has no attribute “SourceFileLoader”