Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
requires = [
"Cython",
"numpy>=2",
"setuptools>=61",
"setuptools_scm[toml]>=7",
"setuptools>=77.0.3",
"setuptools_scm[toml]>=8",
"wheel",
]
# Defined by PEP 517
Expand All @@ -17,7 +17,6 @@ authors = [
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
Expand All @@ -44,7 +43,8 @@ keywords = [
"python",
"ocean-science",
]
license = {text = "BSD-3-Clause"}
license = "BSD-3-Clause"
license-files = ["LICENSE"]
name = "stratify"
requires-python = ">=3.10"

Expand All @@ -53,7 +53,6 @@ Code = "https://github.com/SciTools-incubator/python-stratify"
Issues = "https://github.com/SciTools-incubator/python-stratify/issues"

[tool.setuptools]
license-files = ["LICENSE"]
zip-safe = false

[tool.setuptools.dynamic]
Expand Down
4 changes: 2 additions & 2 deletions requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- python=3.10

# Setup dependencies.
- setuptools
- setuptools-scm
- setuptools>=77.0.3
- setuptools-scm>=8

# Core dependencies.
- numpy>=2
Expand Down
4 changes: 2 additions & 2 deletions requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- python=3.11

# Setup dependencies.
- setuptools
- setuptools-scm
- setuptools>=77.0.3
- setuptools-scm>=8

# Core dependencies.
- numpy>=2
Expand Down
4 changes: 2 additions & 2 deletions requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- python=3.12

# Setup dependencies.
- setuptools
- setuptools-scm
- setuptools>=77.0.3
- setuptools-scm>=8

# Core dependencies.
- numpy>=2
Expand Down
Loading