Skip to content

Commit

Permalink
fixup! Add support for Linux and Windows Arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Aug 30, 2024
1 parent b1b997d commit e5ff9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{% set version = load_file_data("src/jdk4py/version.json") %}

package:
name: {{ pyproject.project.name }}
version: {{ version}}
name: {{ pyproject["project"]["name"] }}
version: {{ version }}

source:
path: ../
Expand Down

0 comments on commit e5ff9b4

Please sign in to comment.