Skip to content

Commit

Permalink
Improve metadata and finish release task.
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jun 27, 2024
1 parent 824fe9f commit 08b77a0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ build-backend = "hatchling.build"
[project]
name = "charla"
dynamic = ["version"]
description = 'A chat application that uses local language models.'
description = 'A terminal based chat application that works with local language models.'
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
keywords = []
keywords = [chat-client, cli, llm, chatbot, ollama, terminal]
authors = [
{ name = "Ramiro Gómez", email = "code@ramiro.org" },
]
Expand Down Expand Up @@ -49,8 +49,9 @@ type_check = "mypy --install-types --non-interactive {args:charla tests}"
release = [
"hatch test",
"hatch build --clean",
"echo hatch publish",
"echo git tag -a $(hatch version) -m \"Create version $(hatch version)\"",
"hatch publish",
"git tag -a $(hatch version) -m \"Create version $(hatch version)\"",
"git push --tags"
]

[tool.coverage.run]
Expand Down

0 comments on commit 08b77a0

Please sign in to comment.