Commit 5cd76d3c authored by Alexander Kavanaugh's avatar Alexander Kavanaugh Committed by GitHub

added licence arg as well

parent e1155879
...@@ -6,6 +6,7 @@ setup( ...@@ -6,6 +6,7 @@ setup(
author="Sean Bleier", author="Sean Bleier",
author_email="sebleier@gmail.com", author_email="sebleier@gmail.com",
version="1.7.1", version="1.7.1",
license="BSD",
packages=["redis_cache", "redis_cache.backends"], packages=["redis_cache", "redis_cache.backends"],
description="Redis Cache Backend for Django", description="Redis Cache Backend for Django",
install_requires=['redis>=2.10.3'], install_requires=['redis>=2.10.3'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment