summarylogtreecommitdiffstats
path: root/no-hatch-vcs.diff
blob: 241a743343fca8c7ae034b830e310dd5dd3f3814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
4c4
< requires = ["hatchling", "hatch-vcs", "hatch-fancy-pypi-readme"]
---
> requires = ["hatchling", "hatch-fancy-pypi-readme"]
16c16,17
< dynamic = ["version", "readme"]
---
> dynamic = ["readme"]
> version = "23.1.0"
62,66d62
< 
< 
< [tool.hatch.version]
< source = "vcs"
< raw-options = { local_scheme = "no-local-version" }