Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradfarahani authored Mar 1, 2025
1 parent 095f4ee commit 1231ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{% set version = load_file_data("VERSION").strip() %}
{% set version = fetch_version() %}

package:
name: fezrs
version: {{ version }}

source:
url: https://pypi.io/packages/source/f/{{ name[0] }}/{{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/f/fezrs/fezrs-{{ version }}.tar.gz
sha256: 5114c07ab6dd3c7c9a2050a4a07d971be52ea5d18db4ab484283a7f48f62b03c

build:
Expand Down

0 comments on commit 1231ce3

Please sign in to comment.