Skip to content

Commit

Permalink
Fix Makefile package target logic
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Nov 15, 2024
1 parent 36ab466 commit aeec409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ clean:

.PHONY=package
package:
@pip install -e .
@pip install -e . --config-settings editable_mode=compat

define pytest-setup
rm -f taxcalc/tests/reforms_actual_init
Expand Down
2 changes: 1 addition & 1 deletion taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: taxcalc
Version: 4.3.2
Version: 4.3.3
Summary: taxcalc
Home-page: https://github.com/PSLmodels/Tax-Calculator
Download-URL: https://github.com/PSLmodels/Tax-Calculator
Expand Down

0 comments on commit aeec409

Please sign in to comment.