Skip to content

Commit 287bfdb

Browse files
committed
initial commit
1 parent 0b9fea7 commit 287bfdb

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -37,7 +37,7 @@ Issues = "https://github.com/nocomplexity/codeaudit/issues"
3737
Source = "https://github.com/nocomplexity/codeaudit"
3838

3939
[tool.hatch.version]
40-
path = "src/codeaudit/__about__.py"
40+
source = "vcs"
4141

4242

4343
[tool.hatch.build.targets.wheel]

src/codeaudit/__about__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)