running build running build_py creating build creating build/lib creating build/lib/cachy copying ./cachy/cache_manager.py -> build/lib/cachy copying ./cachy/repository.py -> build/lib/cachy copying ./cachy/redis_tagged_cache.py -> build/lib/cachy copying ./cachy/helpers.py -> build/lib/cachy copying ./cachy/utils.py -> build/lib/cachy copying ./cachy/__init__.py -> build/lib/cachy copying ./cachy/tagged_cache.py -> build/lib/cachy copying ./cachy/tag_set.py -> build/lib/cachy creating build/lib/cachy/contracts copying ./cachy/contracts/repository.py -> build/lib/cachy/contracts copying ./cachy/contracts/store.py -> build/lib/cachy/contracts copying ./cachy/contracts/factory.py -> build/lib/cachy/contracts copying ./cachy/contracts/taggable_store.py -> build/lib/cachy/contracts copying ./cachy/contracts/__init__.py -> build/lib/cachy/contracts creating build/lib/cachy/serializers copying ./cachy/serializers/pickle_serializer.py -> build/lib/cachy/serializers copying ./cachy/serializers/msgpack_serializer.py -> build/lib/cachy/serializers copying ./cachy/serializers/serializer.py -> build/lib/cachy/serializers copying ./cachy/serializers/json_serializer.py -> build/lib/cachy/serializers copying ./cachy/serializers/__init__.py -> build/lib/cachy/serializers creating build/lib/cachy/stores copying ./cachy/stores/redis_store.py -> build/lib/cachy/stores copying ./cachy/stores/null_store.py -> build/lib/cachy/stores copying ./cachy/stores/memcached_store.py -> build/lib/cachy/stores copying ./cachy/stores/dict_store.py -> build/lib/cachy/stores copying ./cachy/stores/file_store.py -> build/lib/cachy/stores copying ./cachy/stores/__init__.py -> build/lib/cachy/stores