Skip to content

Commit

Permalink
Half migrating to pyproject.toml and fix release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed May 15, 2024
1 parent 0f5419d commit 625da29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
VERSION=${GITHUB_REF:-0.0.0}
VERSION=${VERSION##*/}
sed -i "s/__VERSION__/${VERSION}/g" setup.py
sed -i "s/__VERSION__/${VERSION}/g" pyproject.toml
sed -i "s/__VERSION__/${VERSION}/g" qgis_plugin_manager/__about__.py
- name: Read the changelog
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[project]
name = 'qgis-plugin-manager'
version = "__VERSION__"

[tool.setuptools]
license-files = "LICENSE"
license-files = ["LICENSE"]

# Ruff configuration
# See https://doc.astral.sh/ruff/configuration
Expand Down

0 comments on commit 625da29

Please sign in to comment.