Commit b45d390a authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

update `pyproject.toml`

parent 9ba58c8a
[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"}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment