Skip to content

Commit

Permalink
Merge pull request #127 from georgian-io/pyproject-metadata
Browse files Browse the repository at this point in the history
Update pyproject.toml Metadata
  • Loading branch information
benjaminye committed Apr 5, 2024
2 parents 821b3ad + 76e330b commit 86cbb39
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 <benjamin.ye@georgian.io>"]
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 86cbb39

Please sign in to comment.