Skip to content

Commit

Permalink
Merge pull request #100 from esc/release_0.0.3
Browse files Browse the repository at this point in the history
Merge pull request #97 from esc/grayskull_conda_package
  • Loading branch information
esc authored Aug 11, 2023
2 parents 5add1cb + 6c8d2f2 commit 07b67f7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 0 additions & 2 deletions conda-recipes/bld.bat

This file was deleted.

4 changes: 0 additions & 4 deletions conda-recipes/build.sh

This file was deleted.

15 changes: 10 additions & 5 deletions conda-recipes/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ source:
path: ../

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}

noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
string: {{ GIT_BUILD_STR }}

requirements:
build:
- python
host:
- python >=3.11
- setuptools
- pip
run:
- python >=3.11
- python-graphviz
Expand All @@ -28,6 +32,7 @@ test:
- pytest --pyargs numba_rvsdg

about:
summary: Numba Compatible RVSDG utilities
home: https://github.com/numba/numba_rvsdg
license: Simplified BSD License
summary: TBD
license_file: LICENSE
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ dependencies = [
"pyyaml",
]

[tool.setuptools]
packages = ["numba_rvsdg"]
[tool.setuptools.packages]
find = {}

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 07b67f7

Please sign in to comment.