Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
Django-Redis-Cache
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared
Django-Redis-Cache
Commits
dfe2a97a
Commit
dfe2a97a
authored
May 12, 2010
by
Jannis Leidel
Committed by
Sean Bleier
May 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added myself to authors and updated setup file. Bumped to 0.2a2.
parent
18e591e4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
15 deletions
+10
-15
AUTHORS.rst
AUTHORS.rst
+1
-0
setup.py
setup.py
+9
-15
No files found.
AUTHORS.rst
View file @
dfe2a97a
Sean Bleier <http://github.com/sebleier>
Sean Bleier <http://github.com/sebleier>
Matt Dennewitz <http://github.com/blackbrrr>
Matt Dennewitz <http://github.com/blackbrrr>
Jannis Leidel <http://github.com/jezdez>
Forked from http://github.com/sebleier/django-redis-cache
Forked from http://github.com/sebleier/django-redis-cache
\ No newline at end of file
setup.py
View file @
dfe2a97a
#!/usr/bin/env python
from
distutils.core
import
setup
from
distutils.core
import
setup
version
=
"0.2a1"
classifiers
=
[
"Programming Language :: Python"
,
"Operating System :: OS Independent"
,
"Topic :: Software Development :: Libraries"
,
"Topic :: Utilities"
,
"Environment :: Web Environment"
,
"Framework :: Django"
,
]
setup
(
setup
(
name
=
"django-redis-cache"
,
name
=
"django-redis-cache"
,
version
=
version
,
url
=
"http://github.com/blackbrrr/django-redis-cache/"
,
url
=
"http://github.com/blackbrrr/django-redis-cache/"
,
author
=
"Matt Dennewitz"
,
author
=
"Matt Dennewitz"
,
author_email
=
"mattdennewitz@gmail.com"
,
author_email
=
"mattdennewitz@gmail.com"
,
version
=
"0.2a2"
,
packages
=
[
"redis_cache"
],
packages
=
[
"redis_cache"
],
description
=
"Redis Cache Backend for Django"
,
description
=
"Redis Cache Backend for Django"
,
classifiers
=
classifiers
classifiers
=
[
"Programming Language :: Python"
,
"Operating System :: OS Independent"
,
"Topic :: Software Development :: Libraries"
,
"Topic :: Utilities"
,
"Environment :: Web Environment"
,
"Framework :: Django"
,
],
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment