-
-
Notifications
You must be signed in to change notification settings - Fork 581
Expand file tree
/
Copy pathhatch.toml
More file actions
23 lines (20 loc) · 531 Bytes
/
hatch.toml
File metadata and controls
23 lines (20 loc) · 531 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build.targets.sdist]
include = [
'.codecov.yml',
'.coveragerc',
'src/',
'tests/',
'pytest.ini',
'tox.ini',
]
[build.targets.wheel]
packages = [
'src/pre_commit_terraform/',
]
[metadata.hooks.vcs.urls]
# FIXME: Uncomment 'Source Archive' as soon as
# FIXME: https://github.com/ofek/hatch-vcs/issues/80 is fixed.
# 'Source Archive' = 'https://github.com/antonbabenko/pre-commit-terraform/archive/{commit_hash}.tar.gz'
'GitHub: repo' = 'https://github.com/antonbabenko/pre-commit-terraform'
[version]
source = 'vcs'