Skip to content

Commit

Permalink
Merge pull request #125 from kavdev/patch-1
Browse files Browse the repository at this point in the history
Add license to setup.py
  • Loading branch information
sebleier committed Jan 26, 2017
2 parents 7050932 + 5cd76d3 commit c7d7268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -6,6 +6,7 @@
author="Sean Bleier",
author_email="sebleier@gmail.com",
version="1.7.1",
license="BSD",
packages=["redis_cache", "redis_cache.backends"],
description="Redis Cache Backend for Django",
install_requires=['redis>=2.10.3'],
Expand All @@ -15,6 +16,7 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
Expand Down

0 comments on commit c7d7268

Please sign in to comment.