diff --git a/Makefile b/Makefile index 778d70226..42920992f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/taxcalc.egg-info/PKG-INFO b/taxcalc.egg-info/PKG-INFO index 85eccd51c..4841fd28a 100644 --- a/taxcalc.egg-info/PKG-INFO +++ b/taxcalc.egg-info/PKG-INFO @@ -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