Skip to content

Commit

Permalink
packaging updates
Browse files Browse the repository at this point in the history
  • Loading branch information
themattinthehatt committed Apr 9, 2024
1 parent b994d55 commit 1d432cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pip install -e ".[dev]"

You can also install the `eks` package using the Python Package Index (PyPI):
```
python3 -m pip install eks
python3 -m pip install ensemble-kalman-smoother
```
Note that you will not have access to the example data or example scripts with the pip install
option.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_version(rel_path):


setup(
name='eks',
name='ensemble-kalman-smoother',
version=get_version(Path('eks').joinpath('__init__.py')),
description='Ensembling and kalman smoothing for pose estimation',
long_description=long_description,
Expand Down

0 comments on commit 1d432cf

Please sign in to comment.