Skip to content

Commit

Permalink
Merge pull request #290 from anth-volk/chore/editable-installs
Browse files Browse the repository at this point in the history
Add compatibility settings for editable installs
  • Loading branch information
anth-volk authored Nov 1, 2024
2 parents 5fa9974 + 8840a54 commit 901743f
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 901743f

Please sign in to comment.