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 6b89ec8 commit b1b997d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set pyproject = load_file_data('pyproject.toml') %}
{% set pyproject = load_file_data("pyproject.toml") %}
{% set version = load_file_data("src/jdk4py/version.json") %}

package:
name: {{ pyproject.get('project').get('name') }}
name: {{ pyproject.project.name }}
version: {{ version}}

source:
Expand All @@ -24,7 +24,7 @@ requirements:

test:
source_files:
- tests/**
- tests/
requires:
# Must be available on anaconda (not conda-forge).
# Keep in sync with version in `pyproject.toml`.
Expand Down

0 comments on commit b1b997d

Please sign in to comment.