|
17 | 17 | description='An extension of django rest framework, providing a configurable password reset strategy', |
18 | 18 | long_description=README, |
19 | 19 | long_description_content_type='text/markdown', # This is important for README.md in markdown format |
20 | | - url='https://github.com/anx-ckreuzberger/django-rest-passwordreset', |
21 | | - author='Christian Kreuzberger', |
22 | | - author_email='ckreuzberger@anexia-it.com', |
| 20 | + url='https://github.com/anexia-it/django-rest-passwordreset', |
| 21 | + author='Harald Nezbeda', |
| 22 | + author_email='HNezbeda@anexia-it.com', |
23 | 23 | classifiers=[ |
24 | 24 | 'Development Status :: 5 - Production/Stable', |
25 | 25 | 'Environment :: Web Environment', |
26 | 26 | 'Framework :: Django', |
27 | | - 'Framework :: Django :: 2.2', |
28 | | - 'Framework :: Django :: 3.0', |
29 | | - 'Framework :: Django :: 3.1', |
| 27 | + 'Framework :: Django :: 3.2', |
| 28 | + 'Framework :: Django :: 4.0', |
| 29 | + 'Framework :: Django :: 4.1', |
30 | 30 | 'Intended Audience :: Developers', |
31 | 31 | 'License :: OSI Approved :: BSD License', |
32 | 32 | 'Operating System :: OS Independent', |
33 | 33 | 'Programming Language :: Python', |
34 | 34 | 'Programming Language :: Python :: 3', |
35 | | - 'Programming Language :: Python :: 3.5', |
36 | | - 'Programming Language :: Python :: 3.6', |
37 | 35 | 'Programming Language :: Python :: 3.7', |
38 | 36 | 'Programming Language :: Python :: 3.8', |
| 37 | + 'Programming Language :: Python :: 3.9', |
| 38 | + 'Programming Language :: Python :: 3.10', |
39 | 39 | 'Topic :: Internet :: WWW/HTTP', |
40 | 40 | 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', |
41 | 41 | ], |
|
0 commit comments