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 e1d1f34 commit aca878d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: fezrs
version: "{{ version }}" # This should resolve during the build process
version: "{{ version }}" # Placeholder for version to be replaced dynamically

source:
url: https://pypi.io/packages/source/f/fezrs/fezrs-{{ version }}.tar.gz
Expand Down Expand Up @@ -32,7 +32,7 @@ test:
- pytest # Or any other test commands you want to run

about:
home: https://github.com/FEZtool-team/fezrs # Change to your repo URL
license: Apache 2.0 # Specify the license
home: https://github.com/your-username/fezrs # Change to your repo URL
license: MIT # Specify the license
license_file: LICENSE # If you have a LICENSE file
summary: "Your package description here."

0 comments on commit aca878d

Please sign in to comment.