Skip to content

Commit 1a9c539

Browse files
committed
update description
1 parent e0c5261 commit 1a9c539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
setup(
77
name='django-elasticache',
88
version=django_elasticache.__version__,
9-
description='Django cache backend for Amazon ElastiCache memcached',
9+
description='Django cache backend for Amazon ElastiCache (memcached)',
1010
long_description=open('README.rst').read(),
1111
author='Danil Gusev',
12+
platforms='any',
1213
author_email='[email protected]',
1314
url='http://github.com/gusdan/django-elasticache',
1415
license='MIT',

0 commit comments

Comments
 (0)