Skip to content

Commit 33095b8

Browse files
committed
restructure repo to include ngi_calculations package
1 parent 557387a commit 33095b8

33 files changed

Lines changed: 28 additions & 27 deletions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
readme = "README.md"
1010
packages = [
11-
{ include = "ngi_cpt_correlations", from = "src"},
11+
{ include = "ngi_calculations", from = "src"},
1212
]
1313

1414
[tool.poetry.dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/ngi_calculations/cpt_correlations/definitions/__init__.py

Whitespace-only changes.

src/ngi_cpt_correlations/definitions/cpt_process.py renamed to src/ngi_calculations/cpt_correlations/definitions/cpt_process.py

File renamed without changes.
File renamed without changes.

src/ngi_cpt_correlations/definitions/geo.py renamed to src/ngi_calculations/cpt_correlations/definitions/geo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dataclasses import dataclass
22

3-
from ngi_cpt_correlations.models.geo import GeoParameter
3+
from ngi_calculations.cpt_correlations.models.geo import GeoParameter
44

55

66
@dataclass

src/ngi_cpt_correlations/definitions/physics.py renamed to src/ngi_calculations/cpt_correlations/definitions/physics.py

File renamed without changes.

0 commit comments

Comments
 (0)