-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2680 from PSLmodels/master
Sync v4 branch with master
- Loading branch information
Showing
26 changed files
with
1,163 additions
and
736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ Tax-Calculator | |
Tax-Calculator is an open-source microsimulation model for static | ||
analysis of USA federal income and payroll taxes. | ||
|
||
We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer, | ||
contact [email protected] or jump right in. | ||
We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer, | ||
open a new [issue](https://github.com/PSLmodels/Tax-Calculator/issues) and ping @MattHJensen or @jdebacker -- or just jump right in. | ||
|
||
Complete documentation is available | ||
[here](https://PSLmodels.github.io/Tax-Calculator/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ Version: 3.3.0 | |
Summary: taxcalc | ||
Home-page: https://github.com/PSLmodels/Tax-Calculator | ||
Download-URL: https://github.com/PSLmodels/Tax-Calculator | ||
License: CC0 1.0 Universal public domain dedication | ||
License: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication | ||
Classifier: Development Status :: 4 - Beta | ||
Classifier: Intended Audience :: Developers | ||
Classifier: Natural Language :: English | ||
Classifier: License :: CC0 1.0 Universal public domain dedication | ||
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication | ||
Classifier: Operating System :: OS Independent | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 3 | ||
|
@@ -29,8 +29,8 @@ Tax-Calculator | |
Tax-Calculator is an open-source microsimulation model for static | ||
analysis of USA federal income and payroll taxes. | ||
|
||
We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer, | ||
contact [email protected] or jump right in. | ||
We are seeking contributors and maintainers. If you are interested in joining the project as a contributor or maintainer, | ||
open a new [issue](https://github.com/PSLmodels/Tax-Calculator/issues) and ping @MattHJensen or @jdebacker -- or just jump right in. | ||
|
||
Complete documentation is available | ||
[here](https://PSLmodels.github.io/Tax-Calculator/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"validators": { | ||
"range": { | ||
"min": 2013, | ||
"max": 2031 | ||
"max": 2032 | ||
} | ||
} | ||
}, | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"validators": { | ||
"range": { | ||
"min": 2013, | ||
"max": 2031 | ||
"max": 2032 | ||
} | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.