Skip to content

Commit 6546219

Browse files
authored
chore: update project structure to 02edc97b
1 parent 8845c32 commit 6546219

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/collijk/python-package-cookiecutter",
3-
"commit": "8e2aaf58b416eecf27f0021e9ee770a34688fff9",
3+
"commit": "02edc97b37505b2ed5b557da52e8d981a217d594",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -12,7 +12,7 @@
1212
"package_name": "rra_tools",
1313
"project_short_description": "Common utilities for IHME Rapid Response team pipelines.",
1414
"_template": "https://github.com/collijk/python-package-cookiecutter",
15-
"_commit": "8e2aaf58b416eecf27f0021e9ee770a34688fff9"
15+
"_commit": "02edc97b37505b2ed5b557da52e8d981a217d594"
1616
}
1717
},
1818
"directory": null

pyproject.toml.rej

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff a/pyproject.toml b/pyproject.toml (rejected hunks)
2+
@@ -53,7 +53,7 @@ ruff = ">=0.2.0"
3+
requires = ["poetry-core>=1.0.0"]
4+
build-backend = "poetry.core.masonry.api"
5+
6+
-[project.scripts]
7+
+[tool.poetry.scripts]
8+
my-cli = "rra_tools.cli:main"
9+
10+
[tool.ruff]

0 commit comments

Comments
 (0)