Skip to content

Commit

Permalink
Correct repository URL in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Altay Sansal committed Jan 7, 2025
1 parent 20a50ef commit f55c92a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "The Ultimate Python SEG-Y I/O with Cloud Support and Schemas"
authors = [{ name = "Altay Sansal", email = "[email protected]" }]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/TGSAI/segy"
keywords = ["segy", "seismic", "data", "geophysics"]
requires-python = ">=3.10,<3.14"
dependencies = [
Expand All @@ -27,8 +26,7 @@ cloud = [
]

[project.urls]
homepage = "https://mdio.dev/"
repository = "https://github.com/TGSAI/mdio-python"
repository = "https://github.com/TGSAI/segy"
documentation = "https://segy.readthedocs.io"

[project.scripts]
Expand Down

0 comments on commit f55c92a

Please sign in to comment.