forked from Pierre-Sassoulas/black-disable-checker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
31 lines (30 loc) · 986 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
30
31
[metadata]
author = Pierre Sassoulas
author_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
name = black-disable-checker
version = 1.1.0
description = That little door knob on your blackened bike shed can also be any color you like; as long as it's black.
classifiers =
Operating System :: OS Independent
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 5 - Production/Stable
url = https://github.com/Pierre-Sassoulas/black-disable-checker/
[options.entry_points]
console_scripts =
black-disable-checker=black_disable_checker.__main__:main
[options.extras_require]
test =
pytest-cov
pytest-vcr
coverage
python-coveralls
coveralls
pylint==2.13.9
pre-commit