update pyproject.toml

This commit is contained in:
Jeffrey Morgan 2023-06-28 11:43:14 -04:00
parent 9ba58c8a9e
commit b45d390aa8

View file

@ -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"}