forked from innoveit/django-gmailapi-json-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
25 lines (24 loc) · 753 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[metadata]
name = django-gmailapi-json-backend
version = 1.9
author = Innove
author_email = [email protected]
description = Email backend for Django which sends email via the Gmail API through a JSON credential
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/innoveit/django-gmailapi-json-backend
project_urls =
Bug Tracker = https://github.com/innoveit/django-gmailapi-json-backend
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages =
gmailapi_backend
install_requires =
django
google-api-python-client
google-auth-httplib2
google-auth-oauthlib
python_requires = >=3.9