Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
name: python-dlinfo
version: 1.2.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the release of v1.2.1 the "master" branch underwent uesr-facing changes (see CHANGELOG.md).
"1.2.1" is thus no longer correct.
Can you inject the version string produced by setuptools-scm here?


source:
path: .

requirements:
build:
- python
- setuptools_scm
run:
- python

build:
script: python -m pip install --no-deps --ignore-installed .

test:
imports:
- dlinfo