Skip to content

Commit

Permalink
Fixed broken link in pyproject.toml. (#6)
Browse files Browse the repository at this point in the history
* Fixed broken link in `pyproject.toml`.

* bump min python version.
  • Loading branch information
byrdie authored Aug 10, 2024
1 parent 5047102 commit 5b854bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "A Python library for analyzing solar observations from the Interface Region Imaging Spectrograph (IRIS)."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
]
Expand Down Expand Up @@ -39,6 +39,6 @@ doc = [

[project.urls]
Homepage = "https://github.com/sun-data/interface-region-imaging-spectrograph"
Documentation = "https://interface-region-imaging-spectrograp.readthedocs.io/en/latest"
Documentation = "https://interface-region-imaging-spectrograph.readthedocs.io/en/latest"

[tool.setuptools_scm]

0 comments on commit 5b854bc

Please sign in to comment.