From 8840a54c232b1fa64c56ae951fe505960d7c8251 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Wed, 9 Oct 2024 22:16:02 +0200 Subject: [PATCH] chore: Add compatibility settings for editable installs --- Makefile | 2 +- changelog_entry.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 710a2d36..33da57ef 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ format: black . -l 79 install: - pip install -e .[dev] + pip install -e ".[dev]" --config-settings editable_mode=compat pip install policyengine-us pip install policyengine-uk diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29b..2b9ec908 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