Skip to content

Commit

Permalink
Mysteries of meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahnis committed Jan 17, 2024
1 parent b11ea6f commit 9a2e99f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set pyproject = load_file_data('../pyproject.toml') %}
{% set version = pyproject.get('version') %}
{% set pyproject = load_file_data('pyproject.toml') %}
{% set version = pyproject.get('project').get('version') %}

package:
name: drapery
Expand Down Expand Up @@ -37,4 +37,6 @@ about:
home: https://github.com/mrahnis/drapery
description: Python library and CLI tool to convert 2D geometries to 3D given an elevation source
license: BSD
license_file: LICENSE.txt
license_file: LICENSE.txt

# whatever_you_do_don't_load_setup_py_dataxxx!!!

0 comments on commit 9a2e99f

Please sign in to comment.