Skip to content

Commit aebf945

Browse files
fix(pyproject): remove unused comments
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent e3a606c commit aebf945

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ python-nix-template = "python_nix_template:main"
1616
build-backend = "hatchling.build"
1717
requires = ["hatchling"]
1818

19-
# [tool.uv.sources]
20-
# pnt-functional = { workspace = true }
21-
22-
# [tool.uv.workspace]
23-
# members = ["packages/*"]
24-
2519
[tool.hatch.build.targets.wheel]
2620
packages = ["src/python_nix_template"]
2721

@@ -87,8 +81,6 @@ channels = [
8781
hatchling = "*"
8882

8983
[tool.pytest.ini_options]
90-
# Add source locations to pytest-cov e.g.:
91-
# --cov=packages/pnt-functional/src/pnt_functional/
9284
addopts = """
9385
-rA
9486
--xdoctest
@@ -99,8 +91,6 @@ addopts = """
9991
"""
10092
log_level = "INFO"
10193
testpaths = [
102-
# Add test locations e.g.:
103-
# "packages/pnt-functional/src/pnt_functional/tests",
10494
"src/python_nix_template/tests",
10595
]
10696

0 commit comments

Comments
 (0)