|
17 | 17 | author='Bertrand Bordage, Andrew Chen Wang',
|
18 | 18 |
|
19 | 19 | url='https://github.com/noripyt/django-cachalot',
|
20 |
| - description='Caches your Django ORM queries ' |
21 |
| - 'and automatically invalidates them.', |
| 20 | + description='Caches your Django ORM queries and automatically invalidates them.', |
22 | 21 | long_description=open('README.rst').read(),
|
23 | 22 | classifiers=[
|
24 | 23 | 'Development Status :: 5 - Production/Stable',
|
25 | 24 | 'Framework :: Django',
|
26 | 25 | 'Intended Audience :: Developers',
|
27 | 26 | 'License :: OSI Approved :: BSD License',
|
28 | 27 | 'Operating System :: OS Independent',
|
29 |
| - 'Framework :: Django :: 2.0', |
30 |
| - 'Framework :: Django :: 2.1', |
31 | 28 | 'Framework :: Django :: 2.2',
|
32 | 29 | 'Framework :: Django :: 3.0',
|
33 | 30 | 'Framework :: Django :: 3.1',
|
| 31 | + 'Framework :: Django :: 3.2', |
34 | 32 | 'Programming Language :: Python :: 3',
|
35 |
| - 'Programming Language :: Python :: 3.5', |
36 | 33 | 'Programming Language :: Python :: 3.6',
|
37 | 34 | 'Programming Language :: Python :: 3.7',
|
38 | 35 | 'Programming Language :: Python :: 3.8',
|
|
0 commit comments