This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
81 lines (76 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[check-manifest]
ignore =
.babelrc
.parcelrc
.proxyrc.js
.yarnrc
package.json
package-lock.json
requirements
runtests.py
tsconfig.json
webpack.config.js
yarn.lock
[metadata]
name = bertdotbill
author = Engelbert Tejeda
author_email = [email protected]
description = Bert's Interactive Lesson Loader
version = file: VERSION.txt
url = https://github.com/berttejeda/bert.bill
keywords =
yaml
configuration
config
file
python
settings
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3.7
long_description = file: README.md
long_description_content_type = text/markdown
license_files =
LICENSE.txt
[options]
include_package_data = true
python_requires = >= 3.7
setup_requires =
setuptools >= 40.6
pip >= 10
wheel >= 0.31
packages = find:
zip_safe: False
scripts =
# somescript.py
install_requires =
bertdotconfig>=4.2.0,<4.3.0
coloredlogs>=15.0.0,<16.0
flask>=2.0.0,<3.0
flask-cors==3.0.10
jinja2>=3.0.0,<4.0
markdown>=3.3.6,<4.0
python-dotenv>=0.20.0,<1.0
pexpect>=4.8.0,<5.0; sys_platform != 'win32'
pymdown-extensions>=9.0,<10.0
pywinpty>=1.1.3,<2.0; sys_platform == 'win32'
requests>=2.0.0,<3.0.0
setuptools
tornado>=6.0,<7.0
terminado>=0.12.0<1.0.0
ws4py>=0.5.0,<1.0
[options.extras_require]
tests =
pytest
pytest-cov
coveralls
flake8
mypy
[options.entry_points]
console_scripts =
bill=bertdotbill.app:main
[options.data_files]