Skip to content

Commit

Permalink
add colorlog
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 3, 2024
1 parent ae413d0 commit 216a949
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/versionix/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
entry_points:
- versionix = versionix.scripts:main
noarch: python
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
run_exports:
- {{ pin_subpackage('versionix', max_pin="x") }}
Expand All @@ -24,9 +24,10 @@ requirements:
- pip
- poetry-core >=1.0.0
run:
- python >=3.8.0
- python >=3.8
- click >=8.1.7
- rich-click
- colorlog

test:
imports:
Expand All @@ -36,7 +37,8 @@ test:

about:
home: https://github.com/sequana/versionix
summary: Get version of any tools
summary: "Get version of any tools."
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
dev_url: https://github.com/sequana/versionix

0 comments on commit 216a949

Please sign in to comment.