@@ -9,7 +9,7 @@ keywords = [
99 " QGIS" , " plugin" , " plots" , " vector" , " graphs" ,
1010 " datavis" , " dataviz" , " dataplotly" ,
1111]
12- license = { file = " LICENSE" }
12+ license-files = [ " LICENSE" ]
1313classifiers = [
1414 " Programming Language :: Python :: 3" ,
1515 " Programming Language :: Python :: 3.9" ,
@@ -20,7 +20,9 @@ classifiers = [
2020 " Programming Language :: Python :: 3.14" ,
2121 " Topic :: Scientific/Engineering :: GIS" ,
2222]
23- version = " 5.0.0"
23+ # Dummy version number required
24+ # not used for release
25+ version = " 0.dev"
2426
2527[project .urls ]
2628homepage = " https://dataplotly-docs.readthedocs.io"
@@ -46,30 +48,13 @@ lint = [
4648 " mypy" ,
4749]
4850packaging = [
49- " qgis-plugin-package-ci; python_full_version >= '3.12'" ,
50- " qgis-plugin-transifex-ci; python_full_version >= '3.12'" ,
51+ " qgis-plugin-ci"
5152]
5253
5354
5455[tool .uv .sources ]
55- qgis-plugin-package-ci = { git = " https://github.com/3liz/qgis-plugin-package-ci.git" }
56- qgis-plugin-transifex-ci = { git = " https://github.com/3liz/qgis-plugin-transifex-ci.git" }
5756pytest-qgis = { git = " https://github.com/3liz/pytest-qgis.git" }
5857
59- #
60- # Package ci
61- #
62-
63- [tool .package-ci ]
64- plugin_source = " DataPlotly"
65- github_organization_slug = " ghtmtt"
66- project_slug = " DataPlotly"
67-
68- [tool .qgis-transifex-ci ]
69- plugin_source = " DataPlotly"
70- organization = " dataplotly"
71- project = " dataplotly-ui"
72- resource = " application"
7358
7459#
7560# Ruff
0 commit comments