Skip to content

Commit

Permalink
Merge pull request #52 from CAM-Gerlach/fix-version-setuptools-scm
Browse files Browse the repository at this point in the history
Add setuptools_scm build dep to fix dist-info version not being set
  • Loading branch information
bollwyvl authored Jun 9, 2022
2 parents cc68fc6 + 73ef8ea commit c4ee6f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -m pip install . --no-deps -vv
entry_points:
- twine = twine.__main__:main
Expand All @@ -19,12 +19,14 @@ requirements:
host:
- pip
- python >=3.7
- setuptools >=45.0
- setuptools_scm >=6.0
run:
- importlib_metadata >=3.6
- keyring >=15.1
- pkginfo >=1.8.1
- python >=3.7
- readme_renderer >=21.0
- readme_renderer >=35.0
- requests >=2.20
- requests-toolbelt >=0.8.0,!=0.9.0
- rich >=12.0.0
Expand Down

0 comments on commit c4ee6f4

Please sign in to comment.