mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-05 06:04:46 +00:00
Fixed deprecated library.
This commit is contained in:
parent
701a04e372
commit
d03a4a8ec4
1 changed files with 5 additions and 3 deletions
8
setup.py
8
setup.py
|
|
@ -35,6 +35,7 @@ setup(
|
|||
'Framework :: Django :: 2.1',
|
||||
'Framework :: Django :: 2.2',
|
||||
'Framework :: Django :: 3.0',
|
||||
'Framework :: Django :: 4.0',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
|
|
@ -46,13 +47,14 @@ setup(
|
|||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
],
|
||||
keywords='avatar, django',
|
||||
author='Eric Florenzano',
|
||||
author_email='floguy@gmail.com',
|
||||
maintainer='Grant McConnaughey',
|
||||
maintainer_email='grantmcconnaughey@gmail.com',
|
||||
url='http://github.com/grantmcconnaughey/django-avatar/',
|
||||
maintainer='Luis Ernesto Assandri',
|
||||
maintainer_email='luigi.assandri@gmail.com',
|
||||
url='http://github.com/luigi370/django-avatar/',
|
||||
license='BSD',
|
||||
packages=find_packages(exclude=['tests']),
|
||||
package_data={
|
||||
|
|
|
|||
Loading…
Reference in a new issue