head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.14 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.12 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.10 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.8 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.6 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.4 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2024.09.15.09.43.42; author adam; state Exp; branches; next ; commitid MzXLZpr059h4YSpF; desc @@ 1.1 log @py-google-i18n-address: updated to 3.1.1 3.1.1 This release does not change anything in the logic of the library - it's only about the changes in the pyproject.toml to properly indicate the license and use modern Hatch features. 3.1.1 is functionally the same as 3.1.0. @ text @$NetBSD$ Use correct module directory. --- pyproject.toml.orig 2020-02-02 00:00:00.000000000 +0000 +++ pyproject.toml @@@@ -41,15 +41,15 @@@@ update-validation-files = "i18naddress.s [tool.hatch.build] include = [ - "src/i18naddress/**/*.py", - "src/i18naddress/**/*.json", + "i18naddress/**/*.py", + "i18naddress/**/*.json", ] [tool.hatch.build.targets.wheel] -packages = ["src/i18naddress"] +packages = ["i18naddress"] [tool.hatch.build.targets.sdist] -packages = ["src/i18naddress"] +packages = ["i18naddress"] [tool.hatch.envs.default] @@@@ -83,7 +83,7 @@@@ branch = true parallel = true [tool.coverage.paths] -i18naddress = ["src/i18naddress"] +i18naddress = ["i18naddress"] tests = ["tests"] [tool.coverage.report] @