diff --git a/.cruft.json b/.cruft.json index 82c636c..8fecb19 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "bea8060eef60df35f7df61d9db1d56b838bda01a", + "commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf", "checkout": null, "context": { "cookiecutter": { @@ -32,7 +32,7 @@ ".github/workflows/sub_package_update.yml" ], "_template": "https://github.com/sunpy/package-template", - "_commit": "bea8060eef60df35f7df61d9db1d56b838bda01a" + "_commit": "c359c134fbf9e3f11302c2019fb58ac11cf14cdf" } }, "directory": null diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f05191..e44ffd1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.13.2" + rev: "v0.14.3" hooks: - id: ruff args: ["--fix"] - repo: https://github.com/PyCQA/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|streamtracer/extern)$" diff --git a/pyproject.toml b/pyproject.toml index 8876800..b1cba6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ name = "streamtracer" description = "Python library to calculate streamlines" requires-python = ">=3.12" readme = { file = "README.rst", content-type = "text/x-rst" } -license = { file = "LICENSE" } +license-files = ["licenses/LICENSE.rst"] authors = [ {name = "The SunPy Developers", email="sunpy@googlegroups.com"}, {name = "David Stansby"},