forked from dwp7kp/gradescopeAPI
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
30 lines (29 loc) · 825 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
26
27
28
29
30
[metadata]
name = gradescopecalendar
version = 0.0.9
author = Calvin
author_email = [email protected]
description = Unofficial calendar integration for Gradescope
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/calvinatian/gradescope-calendar
project_urls =
Bug Tracker = https://github.com/calvinatian/gradescope-calendar/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Affero General Public License v3
Operating System :: OS Independent
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
install_requires =
bs4
requests
icalendar
google-api-core
google-api-python-client
google-auth
google-auth-httplib2
google-auth-oauthlib
googleapis-common-protos