Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
File renamed without changes.
Binary file removed map-staging/.DS_Store
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions cli/pyproject.toml → py-modules/cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ default-groups = [
"macrostrat.map-integration" = { path = "../map-integration", editable = true }
"macrostrat.core" = { path = "../core", editable = true }
"macrostrat.integrations" = { path = "../integrations", editable = true }
"mapboard.topology-manager" = { path = "../submodules/topology-manager", editable = true }
"htpheno.radosgw-admin-client" = { path = "../submodules/storage-admin", editable = true }
"macrostrat.match-utils" = { path = "../py-modules/match-utils", editable = true }
"mapboard.topology-manager" = { path = "../../submodules/topology-manager", editable = true }
"htpheno.radosgw-admin-client" = { path = "../../submodules/storage-admin", editable = true }
"macrostrat.match-utils" = { path = "../match-utils", editable = true }

[tool.hatch.build.targets.sdist]
include = ["macrostrat"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, *args, **kwargs):

# TODO: this enables sketchy behavior and tight coupling and should be removed.
# However it is a useful hack for now
self.srcroot = Path(__file__).parent.parent.parent.parent
self.srcroot = Path(__file__).parent.parent.parent.parent.parent

def all_environments(self):
# Parse out top-level headers from TOML file
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading