Skip to content

Commit

Permalink
Remove all references to setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Jul 17, 2024
1 parent 675b3e0 commit 15459c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
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 15459c2

Please sign in to comment.