Skip to content

Commit

Permalink
fix: module name
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoter committed Apr 12, 2024
1 parent 4c2b9f0 commit f65cdfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python3 -m twine upload --repository testpypi dist/*
### WARNING: do not share you API token !!

# 3 test
pip install -i https://test.pypi.org/simple/ jetson-examples==0.0.1
pip install -i https://test.pypi.org/simple/ jetson-examples
### make sure version number right
```

Expand All @@ -34,6 +34,6 @@ python3 -m twine upload --repository pypi dist/*
### WARNING: do not share you API token !!

# 3 test
pip install jetson-examples==0.0.1
pip install jetson-examples --upgrade
### make sure version number right
```
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "reComputer"
name = "jetson-examples"
version = "0.0.1"
authors = [{ name = "luozhixin", email = "[email protected]" }]
description = "run AI on Jetson, all you need is reComputer"
Expand All @@ -11,6 +11,9 @@ classifiers = [
"Operating System :: OS Independent",
]

[project.scripts]
reComputer = "reComputer.main:run_script"

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

0 comments on commit f65cdfe

Please sign in to comment.