Skip to content

Commit

Permalink
fix: ready for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoter committed Apr 12, 2024
1 parent 897c447 commit 41a71d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ cd /tmp && \
git clone https://github.com/Seeed-Projects/jetson-examples && \
cd jetson-examples && \
pip install . && \
rm -rf /tmp/jetson-examples && \
echo "reComputer installed. try 'reComputer run whisper' to enjoy!"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "jetson-examples"
version = "0.0.1"
authors = [{ name = "luozhixin", email = "[email protected]" }]
description = "all you need is reComputer"
description = "run AI on Jetson, all you need is reComputer"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
Expand All @@ -12,5 +12,5 @@ classifiers = [
]

[project.urls]
Homepage = "https://github.com/luoluoter/jetson-examples"
Issues = "https://github.com/luoluoter/jetson-examples/issues"
Homepage = "https://github.com/Seeed-Projects/jetson-examples"
Issues = "https://github.com/Seeed-Projects/jetson-examples/issues"

0 comments on commit 41a71d4

Please sign in to comment.