forked from DannyWeitekamp/tutorenvs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
29 lines (26 loc) · 880 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
[metadata]
name = tutorenvs
author = Christopher J. MacLellan
author-email = christopher.maclellan@drexel.edu
summary = Headless tutor environments for training simulated students.
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://gitlab.cci.drexel.edu/teachable-ai-lab/fractionenv
project_urls =
Documentation = https://gitlab.cci.drexel.edu/teachable-ai-lab/fractionenv
Source Code = https://gitlab.cci.drexel.edu/teachable-ai-lab/fractionenv
license = LICENSE
classifier =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Artificial Intelligence
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
[files]
packages =
tutorenvs
[bdist_wheel]
universal=1
[aliases]
test=pytest