Skip to content

Commit 6544c9a

Browse files
author
spencer@primus
committed
Change project name
1 parent af4321f commit 6544c9a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To be available soon.
2525

2626
First, clone the repositry and submodules. If you are not running perception, then you may not have to recurse the submodules.
2727
```
28-
git clone --recurse-submodules https://github.com/avstack-lab/lib-avstack-core.git
28+
git clone --recurse-submodules https://github.com/avstack-lab/avstack-core.git
2929
```
3030

3131
Dependencies are managed with [`poetry`][poetry]. This uses the `pyproject.toml` file to create a `poetry.lock` file. To install poetry, see [this page](https://python-poetry.org/docs/#installation).
@@ -117,5 +117,5 @@ AVstack specific code is distributed under the MIT License.
117117
[cudnn]: https://developer.nvidia.com/rdp/cudnn-archive
118118
[cuda]: https://developer.nvidia.com/cuda-downloads
119119
[tensorrt_compat]: https://docs.nvidia.com/deeplearning/tensorrt/support-matrix/index.html
120-
[contributing]: https://github.com/avstack-lab/lib-avstack-core/blob/main/CONTRIBUTING.md
121-
[license]: https://github.com/avstack-lab/lib-avstack-core/blob/main/LICENSE.md
120+
[contributing]: https://github.com/avstack-lab/avstack-core/blob/main/CONTRIBUTING.md
121+
[license]: https://github.com/avstack-lab/avstack-core/blob/main/LICENSE.md

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "lib-avstack-core"
2+
name = "avstack-core"
33
version = "0.1.0-alpha.1"
44
description = "Core library for autonomous vehicle development"
55
authors = [{ name = "Spencer Hallyburton", email = "spencer.hallyburton@duke.edu" }]
@@ -64,7 +64,7 @@ percep = [
6464

6565
[project.urls]
6666
Homepage = "https://avstack.org"
67-
Repository = "https://github.com/avstack-lab/lib-avstack-core"
67+
Repository = "https://github.com/avstack-lab/avstack-core"
6868

6969
[dependency-groups]
7070
docs = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)