Skip to content

Commit

Permalink
chore: Add compatibility settings for editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Oct 9, 2024
1 parent 17d5a68 commit 8840a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
added:
- Compatibility settings for editable installs

0 comments on commit 8840a54

Please sign in to comment.