File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " NAME "
2+ name = " template-python-package "
33version = " 0.0.1"
44description = " "
55authors = [
@@ -18,7 +18,6 @@ readme = "README.md"
1818homepage = " https://NAME.seedcase-project.org"
1919repository = " https://github.com/seedcase-project/REPO"
2020license = " MIT"
21- packages = [{include = " NAME" }]
2221
2322[tool .poetry .urls ]
2423"Bug Tracker" = " https://github.com/seedcase-project/REPO/issues"
@@ -35,3 +34,11 @@ ruff = "^0.6.2"
3534[build-system ]
3635requires = [" poetry-core" ]
3736build-backend = " poetry.core.masonry.api"
37+
38+ [tool .pytest .ini_options ]
39+ addopts = [
40+ # A short traceback mode to make it easier to view
41+ " --tb=short" ,
42+ # Use the package in `src/`
43+ " --import-mode=importlib" ,
44+ ]
You can’t perform that action at this time.
0 commit comments