Commit c7d72687 authored by Sean Bleier's avatar Sean Bleier Committed by GitHub

Merge pull request #125 from kavdev/patch-1

Add license to setup.py
parents 70509320 5cd76d3c
...@@ -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'],
...@@ -15,6 +16,7 @@ setup( ...@@ -15,6 +16,7 @@ setup(
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries",
"Topic :: Utilities", "Topic :: Utilities",
......
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