Skip to content

Commit 2d0958b

Browse files
committed
Fix deployment
1 parent 8fc915d commit 2d0958b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "applyaf"
9-
version = "1.6.1"
9+
version = "1.6.2"
1010
authors = [{ name = "Matthew Rankin", email = "[email protected]" }]
1111
description = "Apply antenna factor and cable loss to spectrum analyzer measurements"
1212
readme = "README.md"
@@ -34,12 +34,6 @@ Issues = "https://github.com/questrail/applyaf/issues"
3434
[tool.black]
3535
line-length = 80
3636

37-
[tool.hatch.build.tagets.sdist]
38-
exclude = ["/.github", "/docs", "/cover"]
39-
40-
[tool.hatch.build.targets.wheel]
41-
packages = ["src/"]
42-
4337
[tool.nose2.coverage]
4438
always-on = true
4539

0 commit comments

Comments
 (0)