-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct repository URL in pyproject.toml
- Loading branch information
Altay Sansal
committed
Jan 7, 2025
1 parent
20a50ef
commit f55c92a
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [ | ||
|
@@ -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] | ||
|