Skip to content

Commit

Permalink
Merge pull request #101 from PanDAWMS/main
Browse files Browse the repository at this point in the history
removing setuptools dependence
  • Loading branch information
tmaeno authored Oct 31, 2024
2 parents 2fb1741 + aa8fef6 commit 7dd8241
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ requirements:
host:
- pip
- python >=3.6
- hatchling
- setuptools
run:
- python >=3.6

Expand Down
2 changes: 2 additions & 0 deletions recipe/xxx_bld.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
copy packages\full\pyproject.toml .
"%PYTHON%" -m pip install . -vv
2 changes: 2 additions & 0 deletions recipe/xxx_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cp packages/full/pyproject.toml .
$PYTHON -m pip install . -vv

0 comments on commit 7dd8241

Please sign in to comment.