chore: update rbabel wheel and sdist with corrected yura dependency format in metadata
All checks were successful
Build package / Build (push) Successful in 1m0s

Update the built distribution artifacts for rbabel 1.0.0, bumping Metadata-Version from 2.1 to 2.4 and fixing the yura dependency specification from `yura@ git+...` to `yura @ git+...` in both PKG-INFO and requires.txt.
This commit is contained in:
bot 2026-06-14 14:39:45 +00:00
parent 5c5157a779
commit bcc7c2f05b
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
Metadata-Version: 2.1
Metadata-Version: 2.4
Name: rbabel
Version: 1.0.0
Summary: English sentence corrector
@ -10,4 +10,4 @@ Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: dataset
Requires-Dist: openai
Requires-Dist: yura@ git+https://retoor.molodetz.nl/retoor/yura.git@main
Requires-Dist: yura @ git+https://retoor.molodetz.nl/retoor/yura.git@main

View File

@ -1,4 +1,4 @@
aiohttp
dataset
openai
yura@ git+https://retoor.molodetz.nl/retoor/yura.git@main
yura @ git+https://retoor.molodetz.nl/retoor/yura.git@main