Skip to content

Commit

Permalink
Fixed deprecated library.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Ernesto Assandri committed Dec 9, 2021
1 parent 701a04e commit d03a4a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def find_version(*file_paths):
'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',
Expand All @@ -46,13 +47,14 @@ def find_version(*file_paths):
'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='[email protected]',
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={
Expand Down

0 comments on commit d03a4a8

Please sign in to comment.