Skip to content

Commit 31a8f06

Browse files
committed
initial pypi 0.1.5 release
1 parent ae6b1ae commit 31a8f06

4 files changed

Lines changed: 15 additions & 27 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ quickly prototype, implement, and visualize GNSS algorithms.
1313
algorithms can be easily exchanged for each other and extendable in
1414
facilitating user-specific extensions of existing implementations.
1515

16-
<img src="docs/source/img/skyplot.png" alt="satellite skyplot" width="600"/>
16+
<img src="https://raw.githubusercontent.com/Stanford-NavLab/gnss_lib_py/main/docs/source/img/skyplot.png" alt="satellite skyplot" width="600"/>
1717

1818
`gnss_lib_py` contains parsers for common file types used for
1919
storing GNSS measurements, benchmark algorithms for processing

gnss_lib_py/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
__version__ = '0.1.0'

pyproject.toml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
[tool.poetry]
22
name = "gnss-lib-py"
3-
version = "0.1.0"
4-
description = "Python code to process, simulate and demonstrate using GNSS measurements"
5-
authors = ["Ashwin Kanhere"]
3+
version = "0.1.5"
4+
description = "Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data"
5+
authors = ["Derek Knowles <dcknowles@stanford.edu>",
6+
"Ashwin Kanhere <akanhere@stanford.edu>",
7+
]
68
license = "MIT"
9+
readme = "README.md"
10+
homepage = "https://github.com/Stanford-NavLab/gnss_lib_py"
11+
documentation = "https://gnss-lib-py.readthedocs.io/en/latest/"
12+
keywords = ["gnss"]
13+
classifiers = [
14+
"Programming Language :: Python :: 3",
15+
"License :: OSI Approved :: MIT License",
16+
"Operating System :: OS Independent",
17+
]
718

819
[tool.poetry.dependencies]
920
python = ">=3.8, < 3.11"

setup.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)