Skip to content
Snippets Groups Projects
Commit b57bca88 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Fix project data loading

parent e73901b0
No related branches found
No related tags found
1 merge request!19Use hatch and versioningit for modern project management
Pipeline #85441 failed
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# #
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
{% set data = load_file_data(RECIPE_DIR + '/../pyproject.toml') %}
package: package:
name: {{ data['project']['name'] }} name: {{ data['project']['name'] }}
version: {{ environ.get('PACKAGE_VERSION', environ.get('GIT_DESCRIBE_TAG')) }} version: {{ environ.get('PACKAGE_VERSION', environ.get('GIT_DESCRIBE_TAG')) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment