Commit a98f23c
authored
chore(packaging): Enable support for versioning Git archives (#737)
It essentially allows one to
```
$ pip install https://github.com/antonbabenko/pre-commit-terraform/archive/a7155a7.tar.gz
```
and get a correctly computed version in the installed metadata.
[1]: https://setuptools-scm.rtfd.io/en/latest/usage/#git-archives1 parent e01b4de commit a98f23c
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments