Skip to content

Commit c2f86b6

Browse files
committed
Fix hatch build of module (not package)
1 parent e864d9f commit c2f86b6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 8 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.5"
9+
version = "1.6.6"
1010
authors = [{ name = "Matthew Rankin", email = "[email protected]" }]
1111
description = "Apply antenna factor and cable loss to spectrum analyzer measurements"
1212
readme = "README.md"
@@ -27,13 +27,6 @@ classifiers = [
2727
'Topic :: Software Development :: Libraries :: Python Modules',
2828
]
2929

30-
[tool.hatch.build.targets.sdist]
31-
include = ["/src/applyaf.py"]
32-
exclude = ["/.github", "/docs", "/cover"]
33-
34-
[tool.hatch.build.targets.wheel]
35-
include = ["/src/applyaf.py"]
36-
3730
[project.urls]
3831
Homepage = "https://github.com/questrail/applyaf"
3932
Issues = "https://github.com/questrail/applyaf/issues"

0 commit comments

Comments
 (0)