Skip to content

Commit 86d6900

Browse files
fix(monorepo_pyproject): update patch
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent e57344f commit 86d6900

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

scripts/monorepo_pyproject.patch

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
diff --git a/pyproject.toml b/pyproject.toml
2-
index cea04d3..5f0b041 100644
2+
index e7fc72c..ac542e0 100644
33
--- a/pyproject.toml
44
+++ b/pyproject.toml
5-
@@ -16,11 +16,11 @@ python-nix-template = "python_nix_template:main"
6-
build-backend = "hatchling.build"
7-
requires = ["hatchling"]
5+
@@ -2,7 +2,9 @@
6+
authors = [
7+
{ name = "Your Name", email = "your.email@example.com" },
8+
]
9+
-dependencies = []
10+
+dependencies = [
11+
+ "pnt-functional>=0.1.0",
12+
+]
13+
description = "Add your description here"
14+
name = "python-nix-template"
15+
readme = "README.md"
16+
@@ -19,6 +21,12 @@ requires = ["hatchling"]
17+
[tool.hatch.build.targets.wheel]
18+
packages = ["src/python_nix_template"]
819

9-
-# [tool.uv.sources]
10-
-# pnt-functional = { workspace = true }
1120
+[tool.uv.sources]
1221
+pnt-functional = { workspace = true }
13-
14-
-# [tool.uv.workspace]
15-
-# members = ["packages/*"]
22+
+
1623
+[tool.uv.workspace]
1724
+members = ["packages/*"]
18-
19-
[tool.hatch.build.targets.wheel]
20-
packages = ["src/python_nix_template"]
21-
@@ -88,19 +88,19 @@ hatchling = "*"
22-
23-
[tool.pytest.ini_options]
24-
# Add source locations to pytest-cov e.g.:
25-
-# --cov=packages/pnt-functional/src/pnt_functional/
26-
addopts = """
27-
-rA
25+
+
26+
[dependency-groups]
27+
dev = [
28+
{ include-group = "interactive" },
29+
@@ -86,11 +94,13 @@ addopts = """
2830
--xdoctest
2931
--disable-warnings
3032
--cov=src/python_nix_template/
@@ -34,8 +36,6 @@ index cea04d3..5f0b041 100644
3436
"""
3537
log_level = "INFO"
3638
testpaths = [
37-
# Add test locations e.g.:
38-
- # "packages/pnt-functional/src/pnt_functional/tests",
3939
+ "packages/pnt-functional/src/pnt_functional/tests",
4040
"src/python_nix_template/tests",
4141
]

0 commit comments

Comments
 (0)