Skip to content

Commit

Permalink
Move QGIS-Plugin-C config from setup.cfg to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 13, 2024
1 parent 3c4c60d commit c7e9ab1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ lint-preview:
@ruff check --preview $(PYTHON_PKG) $(TESTDIR)

lint-fix:
@ruff check --fix --preview $(PYTHON_PKG) $(TESTDIR)
@ruff check --fix --preview $(PYTHON_PKG) $(TESTDIR)
2 changes: 1 addition & 1 deletion lizmap_server/plausible.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ENV_SKIP_STATS = "3LIZ_SKIP_STATS"

PLAUSIBLE_DOMAIN_PROD = "plugin.server.lizmap.com"
PLAUSIBLE_URL_PROD = "https://analytics.3liz.com/api/event"
PLAUSIBLE_URL_PROD = "https://bourbon.3liz.com/api/event"

PLAUSIBLE_DOMAIN_TEST = PLAUSIBLE_DOMAIN_PROD
PLAUSIBLE_URL_TEST = "https://plausible.snap.3liz.net/api/event"
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ known-third-party = [
ignore-fully-untyped = true
suppress-none-returning = true
suppress-dummy-args = true

[tool.qgis-plugin-ci]
plugin_path = "lizmap_server"
github_organization_slug = "3liz"
project_slug = "qgis-lizmap-server-plugin"
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,3 @@ skip =
.venv,
.local/,
.cache/,

[qgis-plugin-ci]
plugin_path = lizmap_server
github_organization_slug = 3liz
project_slug = qgis-lizmap-server-plugin

0 comments on commit c7e9ab1

Please sign in to comment.