Skip to content

Commit 23f925a

Browse files
committed
change packaging name
1 parent 811c105 commit 23f925a

File tree

4 files changed

+26
-17
lines changed

4 files changed

+26
-17
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==22.2.2
22
nox==2022.8.7
33
nox-poetry==1.0.1
4-
poetry==1.2.0b3
4+
poetry==1.2.0rc1
55
virtualenv==20.16.3

poetry.lock

Lines changed: 22 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "mdio"
2+
name = "multidimio"
33
version = "0.1.0"
44
description = "Cloud-native, scalable, and user-friendly multi dimensional energy data!"
55
authors = ["TGS <[email protected]>"]
@@ -18,6 +18,7 @@ classifiers = [
1818
packages = [
1919
{ include = "mdio", from = "src" },
2020
]
21+
keywords = ["mdio", "multidimio", "seismic", "wind", "data"]
2122

2223
[tool.poetry.urls]
2324
Changelog = "https://github.com/TGSAI/mdio-python/releases"

src/mdio/converters/segy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from mdio.segy.utilities import get_grid_plan
2424

2525

26-
API_VERSION = metadata.version("mdio")
26+
API_VERSION = metadata.version("multidimio")
2727
BACKENDS = ["s3", "gcs", "gs"]
2828

2929

0 commit comments

Comments
 (0)