Skip to content

Commit

Permalink
Updated readme and project name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchenyang committed Jul 27, 2023
1 parent e4ed6c0 commit cee54b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Multifocal Image Stitching

### Installation

To install from [pypi](https://pypi.org/project/SumOfSquares/):
To install from [pypi](https://pypi.org/project/multifocal-stitching/):

```
pip install multifocal-stitching
Expand All @@ -17,6 +17,6 @@ pip install multifocal-stitching
### Examples

[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://sums-of-squares.github.io/sos/index.html#python
[build-img]: https://github.com/yuanchenyang//workflows/CI/badge.svg?branch=master
[build-url]: https://github.com/yuanchenyang//actions?query=workflow%3ACI
[docs-latest-url]: https://github.com/yuanchenyang/multifocal-stitching
[build-img]: https://github.com/yuanchenyang/multifocal-stitching/workflows/CI/badge.svg?branch=master
[build-url]: https://github.com/yuanchenyang/multifocal-stitching/actions?query=workflow%3ACI
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "multifocal_stitching"
name = "multifocal-stitching"
version = "0.1"
description = ""
readme = "README.md"
Expand Down

0 comments on commit cee54b0

Please sign in to comment.