@@ -7,29 +7,32 @@ authors = [
77 { name = " PolicyEngine" , email = " nikhil@policyengine.org" }
88]
99maintainers = [
10- { name = " Nikhil Woodruff" , email = " nikhil.woodruff@outlook.com " }
10+ { name = " Nikhil Woodruff" , email = " nikhil@policyengine.org " }
1111]
12- license = { text = " AGPL-3.0" }
12+ license = " AGPL-3.0"
1313keywords = [" benefit" , " microsimulation" , " social" , " tax" ]
1414classifiers = [
1515 " Development Status :: 5 - Production/Stable" ,
1616 " License :: OSI Approved :: GNU Affero General Public License v3" ,
1717 " Operating System :: POSIX" ,
1818 " Programming Language :: Python" ,
19+ " Programming Language :: Python :: 3.10" ,
20+ " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
1923 " Topic :: Scientific/Engineering :: Information Analysis" ,
2024]
2125requires-python = " >=3.10"
2226dependencies = [
23- " policyengine-core>=3.6.4 " ,
24- " microdf-python>=1.0.0 " ,
27+ " policyengine-core>=3.19.3 " ,
28+ " microdf-python>=1.0.2 " ,
2529]
2630
2731[project .urls ]
2832Homepage = " https://github.com/PolicyEngine/policyengine-uk"
2933Repository = " https://github.com/PolicyEngine/policyengine-uk"
30-
31- [project .scripts ]
32- # Add console scripts here if needed
34+ Issues = " https://github.com/PolicyEngine/policyengine-uk/issues"
35+ Changelog = " https://github.com/PolicyEngine/policyengine-uk/blob/master/CHANGELOG.md"
3336
3437[build-system ]
3538requires = [" hatchling" ]
@@ -46,16 +49,6 @@ include = [
4649[tool .hatch .build .targets .wheel ]
4750packages = [" policyengine_uk" ]
4851
49- [tool .hatch .build .targets .wheel .shared-data ]
50- "CHANGELOG.md" = " share/openfisca/openfisca-country-template/CHANGELOG.md"
51- "LICENSE" = " share/openfisca/openfisca-country-template/LICENSE"
52- "README.md" = " share/openfisca/openfisca-country-template/README.md"
53-
54- [dependency-groups ]
55- dev = [
56- " tables>=3.10.1" ,
57- ]
58-
5952[project .optional-dependencies ]
6053dev = [
6154 " black" ,
0 commit comments