We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c5261 commit 1a9c539Copy full SHA for 1a9c539
setup.py
@@ -6,9 +6,10 @@
6
setup(
7
name='django-elasticache',
8
version=django_elasticache.__version__,
9
- description='Django cache backend for Amazon ElastiCache memcached',
+ description='Django cache backend for Amazon ElastiCache (memcached)',
10
long_description=open('README.rst').read(),
11
author='Danil Gusev',
12
+ platforms='any',
13
author_email='[email protected]',
14
url='http://github.com/gusdan/django-elasticache',
15
license='MIT',
0 commit comments