Skip to content

Commit f94d6d8

Browse files
committed
Move qgis-plugin-ci config to pyproject.toml
Qgis plugin ci doesn't support having a config in its own file if pyproject.toml exists.
1 parent d96422a commit f94d6d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.qgis-plugin-ci

-5
This file was deleted.

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ testpaths = "tests"
1717

1818
[tool.coverage.report]
1919
omit = ["nlsgpkgloader/qgis_plugin_tools/*"]
20+
21+
[tool.qgis-plugin-ci]
22+
plugin_path = "nlsgpkgloader"
23+
github_organization_slug = "GispoCoding"
24+
project_slug = "NLSgpkgloader"

0 commit comments

Comments
 (0)