-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
41 lines (38 loc) · 1.11 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
[metadata]
name = cornellGrading
version = attr: cornellGrading.__version__
url = https://github.com/dsavransky/grading
author = Dmitry Savransky
author_email = [email protected]
description = Routines for interacting with Cornell installations of Canvas and Qualtrics
long_description = file:README.md
long_description_content_type = text/markdown
license = MIT
classifiers=
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = cornellGrading
install_requires =
requests
numpy
pandas
keyring
canvasapi
pytz
python_requires = >= 3.7
scripts =
scripts/canvastex.py
scripts/matlabgrader.py
scripts/setupSelfGrading.py
[options.extras_require]
latex2html = pdf2image; Pillow
interface =
console-menu; platform_system=="Windows"
bullet; platform_system=="Linux" or platform_system=="Darwin"
[options.entry_points]
console_scripts =
cg-duedates = cornellGrading.dueDatesFromCSV:main [bullet]
cg-multichoice = cornellGrading.upload_MC_questions:main