-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (26 loc) · 659 Bytes
/
setup.cfg
File metadata and controls
27 lines (26 loc) · 659 Bytes
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
[metadata]
name = pycrobit
version = 0.2.0
description = Recycle microbits exercises in python using 5 * 5 strings and some coloring
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/MixTeen/pycrobit
author = Pierre Sassoulas
author_email = pierre.sassoulas@gmail.com
license = MIT
license_files = LICENSE
classifiers =
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3
[options.extras_require]
colorama =
colorama
test =
coverage
coveralls
pre-commit
pylint==3.0.3
pytest-cov
pytest-vcr
python-coveralls