-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
43 lines (39 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
42
43
[metadata]
name = kosu
version = attr: kosu.__version__
author = Agile Scientific
author_email = hello@agilescientific.com
description = Build and maintain courses using Jupyter Notebooks.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/agilescientific/kosu
classifiers =
Intended Audience :: Education
Development Status :: 3 - Alpha
Natural Language :: English
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
[options]
packages = kosu
python_requires = >=3.6
install_requires =
nbstripout
click
Jinja2
pyyaml
requests
[options.extras_require]
aws = boto3
test = pytest; pytest-cov
docs = sphinx; myst_parser; furo
dev = pytest; pytest-cov; sphinx; myst_parser; furo
[options.entry_points]
console_scripts =
kosu = kosu:cli
[options.package_data]
kosu = include/*, include/.*