chore: update rbabel wheel and sdist with corrected yura dependency format in metadata
All checks were successful
Build package / Build (push) Successful in 1m0s
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:
parent
5c5157a779
commit
bcc7c2f05b
BIN
dist/rbabel-1.0.0-py3-none-any.whl
vendored
BIN
dist/rbabel-1.0.0-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/rbabel-1.0.0.tar.gz
vendored
BIN
dist/rbabel-1.0.0.tar.gz
vendored
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.4
|
||||||
Name: rbabel
|
Name: rbabel
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Summary: English sentence corrector
|
Summary: English sentence corrector
|
||||||
@ -10,4 +10,4 @@ Description-Content-Type: text/markdown
|
|||||||
Requires-Dist: aiohttp
|
Requires-Dist: aiohttp
|
||||||
Requires-Dist: dataset
|
Requires-Dist: dataset
|
||||||
Requires-Dist: openai
|
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
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
aiohttp
|
aiohttp
|
||||||
dataset
|
dataset
|
||||||
openai
|
openai
|
||||||
yura@ git+https://retoor.molodetz.nl/retoor/yura.git@main
|
yura @ git+https://retoor.molodetz.nl/retoor/yura.git@main
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user