Skip to content

Commit

Permalink
Updates from the package template (#163)
Browse files Browse the repository at this point in the history
* Automatic package template update

* Apply suggestions from code review

* Update pyproject.toml

---------

Co-authored-by: Cadair <[email protected]>
Co-authored-by: Nabil Freij <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2024
1 parent 9ca9a8f commit f3cee57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "112d7d4adf0fa168bbb9ddb1886ad4f1e595b8be",
"commit": "2fbaccff08fdfbb1bc1eec2bc7b980fe44a718e6",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.2"
rev: "v0.5.4"
hooks:
- id: ruff
args: ["--fix"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module-name = "streamtracer._streamtracer_rust"
name = "streamtracer"
description = "Python library to calculate streamlines"
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [
{name = "The SunPy Developers", email="[email protected]"},
{name = "David Stansby"},
Expand Down

0 comments on commit f3cee57

Please sign in to comment.