Merge branch 'weewx:master' into almanac_extensions

This commit is contained in:
roe-dl
2025-02-12 17:05:48 +01:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,9 @@ Fix bug that prevented relative paths to the config file from working.
Allow simple Python objects to be used as an argument to `$jsonize()`.
Adjust exclusion of top-level files in wheel creation to meet poetry
norms and to be consistent across poetry-core versions. Fixes issue
[#993](https://github.com/weewx/weewx/issues/993), in part.
### 5.1.0 07/04/2024

View File

@@ -44,8 +44,8 @@ packages = [
]
include = [
{ path = "LICENSE.txt" },
{ path = "README.md"},
{ path = "LICENSE.txt", format = "sdist" },
{ path = "README.md", format = "sdist" },
]
exclude = [