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