From 19117c69bb64e09029d426fde6578928d36b0ec4 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Wed, 9 Oct 2024 22:20:48 +0200 Subject: [PATCH] chore: Add compatibility for editable installs --- Makefile | 2 +- changelog_entry.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b89862..f465e91 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ install: - pip install -U -e .[dev] + pip install -U -e ".[dev]" --config-settings editable_mode=compat debug: FLASK_APP=policyengine_household_api.api FLASK_DEBUG=1 flask run --without-threads diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29..2b9ec90 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + added: + - Compatibility settings for editable installs \ No newline at end of file