diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f618927..348335d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.35.0 + pixi-version: v0.37.0 cache: true auth-host: prefix.dev auth-token: ${{ secrets.PREFIX_DEV_TOKEN }} @@ -45,7 +45,7 @@ jobs: - name: Set up Python ${{ matrix.python-version }} & Pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.35.0 + pixi-version: v0.37.0 cache: true auth-host: prefix.dev auth-token: ${{ secrets.PREFIX_DEV_TOKEN }} @@ -98,7 +98,7 @@ jobs: - name: Setup pixi uses: prefix-dev/setup-pixi@v0.8.1 with: - pixi-version: v0.35.0 + pixi-version: v0.37.0 cache: true auth-host: prefix.dev auth-token: ${{ secrets.PREFIX_DEV_TOKEN }} diff --git a/README.md b/README.md index c38293d..f5be4e2 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ SPDX-License-Identifier: MIT # icons: A Plugin for Pelican -This plugin simplifies adding SVG icons, inlined or referenced on your Pelican website -content (pages and articles). +This plugin simplifies adding SVG or webfont icons on your Pelican website content +(pages and articles). ## Installation diff --git a/pyproject.toml b/pyproject.toml index 6a8dcea..a5d6d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "pelican-icons" dynamic = ["version"] -description = "Add SVG icons to content and templates" +description = "Add SVG and webfont icons to Pelican content" readme = "README.md" authors = [{ name = "Andre Anjos", email = "andre.dos.anjos@gmail.com" }] license = "MIT"