|
12 | 12 | version=django_elastipymemcache.__version__, |
13 | 13 | description='Django cache backend for Amazon ElastiCache (memcached)', |
14 | 14 | keywords='elasticache amazon cache pymemcache memcached aws', |
15 | | - author='UNCOVER TRUTH Inc.', |
16 | | - author_email='develop@uncovertruth.co.jp', |
17 | | - url='http://github.com/uncovertruth/django-elastipymemcache', |
| 15 | + author='HarikiTech', |
| 16 | + author_email='harikitech+noreply@googlegroups.com', |
| 17 | + url='http://github.com/harikitech/django-elastipymemcache', |
18 | 18 | license='MIT', |
19 | 19 | long_description=io.open('README.rst').read(), |
20 | 20 | platforms='any', |
21 | 21 | zip_safe=False, |
22 | 22 | classifiers=[ |
23 | 23 | 'Development Status :: 4 - Beta', |
24 | 24 | 'Environment :: Web Environment', |
25 | | - 'Framework :: Django :: 1.11', |
26 | | - 'Framework :: Django :: 2.0', |
| 25 | + 'Framework :: Django :: 2.2', |
| 26 | + 'Framework :: Django :: 3.0', |
27 | 27 | 'Intended Audience :: Developers', |
28 | 28 | 'License :: OSI Approved :: MIT License', |
29 | 29 | 'Operating System :: OS Independent', |
30 | | - 'Programming Language :: Python :: 2', |
31 | | - 'Programming Language :: Python :: 2.7', |
32 | | - 'Programming Language :: Python :: 3', |
33 | | - 'Programming Language :: Python :: 3.4', |
34 | 30 | 'Programming Language :: Python :: 3.5', |
35 | 31 | 'Programming Language :: Python :: 3.6', |
| 32 | + 'Programming Language :: Python :: 3.7', |
| 33 | + 'Programming Language :: Python :: 3.8', |
36 | 34 | 'Topic :: Software Development :: Libraries :: Python Modules', |
37 | 35 | ], |
38 | 36 | packages=find_packages(exclude=('tests',)), |
39 | 37 | include_package_data=True, |
40 | 38 | install_requires=[ |
41 | 39 | 'pymemcache', |
42 | | - 'Django>=1.11', |
| 40 | + 'Django>=2.2', |
43 | 41 | ], |
44 | 42 | ) |
0 commit comments