Skip to content

Commit d50abc7

Browse files
committed
update docs
1 parent 68ad404 commit d50abc7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Contributions welcome - please refer to [CONTRIBUTING.MD](https://github.com/sem
4848

4949
![Python version](https://img.shields.io/pypi/pyversions/pyrtcm.svg?style=flat)
5050
[![PyPI version](https://img.shields.io/pypi/v/pyrtcm.svg?style=flat)](https://pypi.org/project/pyrtcm/)
51-
[![PyPI downloads](https://github.com/semuconsulting/pygpsclient/blob/master/images/clickpy_icon.svg?raw=true)](https://clickpy.clickhouse.com/dashboard/pyrtcm)
51+
[![PyPI downloads](https://github.com/semuconsulting/pygpsclient/blob/master/images/clickpy_top10.svg?raw=true)](https://clickpy.clickhouse.com/dashboard/pyrtcm)
5252

5353
`pyrtcm` is compatible with Python 3.9 - 3.13. In the following, `python3` & `pip` refer to the Python 3 executables. You may need to substitute `python` for `python3`, depending on your particular environment (*on Windows it's generally `python`*).
5454

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta:__legacy__"
55
[project]
66
name = "pyrtcm"
77
dynamic = ["version"]
8-
authors = [{ name = "semuadmin", email = "[email protected]" }]
9-
maintainers = [{ name = "semuadmin", email = "[email protected]" }]
8+
authors = [{ name = "Steve Smith", email = "[email protected]" }]
9+
maintainers = [{ name = "Steve Smith", email = "[email protected]" }]
1010
description = "RTCM3 protocol parser"
1111
license = "BSD-3-Clause"
1212
license-files = ["LICENSE"]
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
3030
"Programming Language :: Python :: 3.13",
31+
"Programming Language :: Python :: 3.14",
3132
"Topic :: Utilities",
3233
"Topic :: Software Development :: Libraries :: Python Modules",
3334
"Topic :: Scientific/Engineering :: GIS",

0 commit comments

Comments
 (0)