From 9b4d328be05950e32a4b8f0b0447f64f60f5d408 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 21 Sep 2022 13:42:47 -0400 Subject: [PATCH] Fix Mac Issue #723 - For unknown reasons, conda removes the base directory from the path on Macintoshes when pyproject.toml is present (even if the file is empty). This commit renames pyproject.toml to pyproject.toml.hide until the issue is understood better. --- pyproject.toml => pyproject.toml.hide | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pyproject.toml => pyproject.toml.hide (100%) diff --git a/pyproject.toml b/pyproject.toml.hide similarity index 100% rename from pyproject.toml rename to pyproject.toml.hide