-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (28 loc) · 789 Bytes
/
setup.cfg
File metadata and controls
31 lines (28 loc) · 789 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
28
29
30
31
[metadata]
name = pre_commit-rs
version = 0.0.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pre-commit/pre-commit-rs
author = Anthony Sottile
author_email = asottile@umich.edu
license = MIT
license_files =
LICENSE
licenses/asottile_cfgv
licenses/pre-commit_pre-commit
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
[options]
packages = find:
python_requires = >=3.10
[options.packages.find]
exclude =
tests*
testing*
[coverage:run]
plugins = covdefaults