forked from jazzband/django-avatar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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={ | ||
|