Skip to content

Commit

Permalink
Update pyproject.toml Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminye authored Apr 5, 2024
1 parent 0706e59 commit 76e330b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ authors = ["Benjamin Ye <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
packages = [{include = "llmtune"}]
repository = "https://github.com/georgian-io/LLM-Finetuning-Toolkit"
# homepage = ""
# documentation = ""
keywords = ["llm", "finetuning", "language models", "machine learning", "deep learning"]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]


[tool.poetry.scripts]
llmtune = "llmtune.cli.toolkit:cli"
Expand Down

0 comments on commit 76e330b

Please sign in to comment.