-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (40 loc) · 1.02 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
42
43
[metadata]
name = choochoo
author = Lucy Whalley
author_email = l.whalley@northumbria.ac.uk
description = A checklist tool for educators
long_description = file: README.md
long_description_content_type = text/markdown
version = attr: choochoo.__version__
url = https://github.com/lucydot/choochoo
project_urls =
Bug Tracker = https://github.com/lucydot/choochoo/issues
keywords =
education
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Teaching/Education
Programming Language :: Python :: 3
Topic :: Education
License :: OSI Approved :: CC BY-SA 4.0
Operating System :: OS Independent
license_files =
LICENSE.md
[options]
python_requires >= 3.0.0
packages = choochoo
install_requires =
matplotlib
pygithub
python-dotenv
pyyaml
[options.extras_require]
tests =
pytest
dev =
flake8
[options.entry_points]
console_scripts =
choochoo = choochoo.cli:issue_interface
check_instructor = choochoo.cli:check_instructor
check_participant = choochoo.cli:check_participant