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]
|
[tool.poetry]
|
||||||
name = "ollama"
|
name = "ollama"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
description = ""
|
description = "Run ai models locally"
|
||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Ollama team"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "ollama"}]
|
packages = [{include = "ollama"}]
|
||||||
scripts = {ollama = "ollama.cmd.cli:main"}
|
scripts = {ollama = "ollama.cmd.cli:main"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue