File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,6 @@ python-nix-template = "python_nix_template:main"
1616build-backend = " hatchling.build"
1717requires = [" 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 ]
2620packages = [" src/python_nix_template" ]
2721
@@ -87,8 +81,6 @@ channels = [
8781hatchling = " *"
8882
8983[tool .pytest .ini_options ]
90- # Add source locations to pytest-cov e.g.:
91- # --cov=packages/pnt-functional/src/pnt_functional/
9284addopts = """
9385-rA
9486--xdoctest
@@ -99,8 +91,6 @@ addopts = """
9991"""
10092log_level = " INFO"
10193testpaths = [
102- # Add test locations e.g.:
103- # "packages/pnt-functional/src/pnt_functional/tests",
10494 " src/python_nix_template/tests" ,
10595]
10696
You can’t perform that action at this time.
0 commit comments