Skip to content

Commit

Permalink
Update repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Nov 30, 2024
1 parent 00f1f2d commit 17ed352
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama-assistant"
version = "0.1.39"
version = "0.1.40"
authors = [
{name = "Viet-Anh Nguyen", email = "[email protected]"},
]
Expand Down Expand Up @@ -44,8 +44,8 @@ dependencies = [
dynamic = []

[project.urls]
Homepage = "https://github.com/vietanhdev/llama-assistant"
"Bug Tracker" = "https://github.com/vietanhdev/llama-assistant/issues"
Homepage = "https://github.com/nrl-ai/llama-assistant"
"Bug Tracker" = "https://github.com/nrl-ai/llama-assistant/issues"

[project.scripts]
llama-assistant = "llama_assistant.main:main"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ author_email = [email protected]
description = An AI assistant powered by Llama models
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/vietanhdev/llama-assistant
url = https://github.com/nrl-ai/llama-assistant
project_urls =
Bug Tracker = https://github.com/vietanhdev/llama-assistant/issues
Bug Tracker = https://github.com/nrl-ai/llama-assistant/issues
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Expand Down

0 comments on commit 17ed352

Please sign in to comment.