Skip to content

Commit

Permalink
Update pyproject.toml (openvinotoolkit#844)
Browse files Browse the repository at this point in the history
See warnings from build tool
https://github.com/openvinotoolkit/openvino.genai/actions/runs/10768130167
```
[OpenVINO genai extension (cmake + wheel)](https://github.com/openvinotoolkit/openvino.genai/actions/runs/10768130167/job/29856868111#step:11:76)
py_build_cmake.config.load:Name normalized from openvino_genai to openvino-genai
```
  • Loading branch information
ilya-lavrenov authored Sep 9, 2024
1 parent 3a52eba commit a722f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "openvino_genai"
name = "openvino-genai"
version = "2024.5.0.0"
description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai"
requires-python = ">=3.8"
Expand Down

0 comments on commit a722f8d

Please sign in to comment.