Skip to content

Commit

Permalink
Merge pull request #179 from altheaden/fix-setuptools-CI
Browse files Browse the repository at this point in the history
Fix setuptools on conda-forge feedstock
  • Loading branch information
altheaden authored Jul 18, 2024
2 parents 8ff3fdd + 15459c2 commit 82466ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include mache/cime_machine_config/*.xml
include mache/machines/*.cfg
include mache/spack/*.yaml
include mache/spack/*.template
include mache/spack/*.sh
include mache/spack/*.csh
1 change: 0 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ requirements:
- python >=3.8
- pip
- setuptools >=60
- setuptools-scm >=8.0
run:
- python >=3.8
- importlib_resources
Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ warn_redundant_casts = true
warn_unused_configs = true

[build-system]
requires = [
"setuptools>=60",
"setuptools-scm>=8.0",
]
requires = ["setuptools>=60"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
Expand Down
1 change: 0 additions & 1 deletion spec-file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rsync

# Building
setuptools >=60
setuptools-scm >=8.0

# Linting and testing
pip
Expand Down

0 comments on commit 82466ae

Please sign in to comment.