1 parent 404cd50 commit fcc61dcCopy full SHA for fcc61dc
1 file changed
pyproject.toml
@@ -62,13 +62,13 @@ packages = ["python_ci_base"]
62
# configurations for setuptools-scm. This section is required for the project to be built correctly
63
[tool.setuptools_scm]
64
65
-# TODO: You can provide the entry points into your app, here
66
-# [project.scripts]
67
-# app = "python_ci_base.app:main"
68
-
69
[tool.coverage.run]
70
# TODO: replace "python_ci_base"
71
source = ["python_ci_base"]
72
omit = [
73
"tests/*"
74
]
+
+# TODO: You can provide the entry points into your app, here
+# [project.scripts]
+# app = "python_ci_base.app:main"
0 commit comments