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 1
1
[tool .poetry ]
2
- name = " NAME "
2
+ name = " template-python-package "
3
3
version = " 0.0.1"
4
4
description = " "
5
5
authors = [
@@ -18,7 +18,6 @@ readme = "README.md"
18
18
homepage = " https://NAME.seedcase-project.org"
19
19
repository = " https://github.com/seedcase-project/REPO"
20
20
license = " MIT"
21
- packages = [{include = " NAME" }]
22
21
23
22
[tool .poetry .urls ]
24
23
"Bug Tracker" = " https://github.com/seedcase-project/REPO/issues"
@@ -35,3 +34,11 @@ ruff = "^0.6.2"
35
34
[build-system ]
36
35
requires = [" poetry-core" ]
37
36
build-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