Skip to content

Commit

Permalink
Tweak meta.yaml generation so that packaging now works.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Jun 10, 2024
1 parent 26b2c28 commit f21a098
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
version: {{ version }}

source:
path: ../
folder: #PLUGIN_NAME#
- path: ../
folder: #PLUGIN_NAME#

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install ./#PLUGIN_NAME# -vv --no-deps --no-build-isolation
number: 0

requirements:
build:
- python >=3.10
- pytest
- pip
- hatchling
run:
- python >=3.10

Expand Down

0 comments on commit f21a098

Please sign in to comment.