We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc915d commit 2d0958bCopy full SHA for 2d0958b
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "applyaf"
9
-version = "1.6.1"
+version = "1.6.2"
10
authors = [{ name = "Matthew Rankin", email = "[email protected]" }]
11
description = "Apply antenna factor and cable loss to spectrum analyzer measurements"
12
readme = "README.md"
@@ -34,12 +34,6 @@ Issues = "https://github.com/questrail/applyaf/issues"
34
[tool.black]
35
line-length = 80
36
37
-[tool.hatch.build.tagets.sdist]
38
-exclude = ["/.github", "/docs", "/cover"]
39
-
40
-[tool.hatch.build.targets.wheel]
41
-packages = ["src/"]
42
43
[tool.nose2.coverage]
44
always-on = true
45
0 commit comments