Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Changed name of package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Bartolucci committed Aug 22, 2011
1 parent f45f2e9 commit 293b125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup, find_packages

setup(
name='django-list-cache',
name='listy-django-cache',
version='0.9.0',
description='A deterministic caching mechanism for Django',
long_description='Listy is a deterministic caching mechanism for django projects. It will attempt to keep the cache in-sync with the database by updating during changes instead of relying on timeouts. As implied by the name, Listy supports looking up lists of objects.',
Expand Down

0 comments on commit 293b125

Please sign in to comment.