update pyproject.toml
This commit is contained in:
parent
9ba58c8a9e
commit
b45d390aa8
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
[tool.poetry]
|
||||
name = "ollama"
|
||||
version = "0.0.1"
|
||||
description = ""
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
version = "0.0.2"
|
||||
description = "Run ai models locally"
|
||||
authors = ["Ollama team"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "ollama"}]
|
||||
scripts = {ollama = "ollama.cmd.cli:main"}
|
||||
|
|
Loading…
Reference in a new issue