-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 1.14 KB
/
Copy pathpyproject.toml
File metadata and controls
32 lines (29 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["light_nmea"]
[project]
name = "light-nmea-micropython"
version = "2.1.0"
description = "Fast NMEA 0183 parser for Python and MicroPython"
readme = "README.md"
requires-python = ">=3.7"
license = {text = "GPL-3.0-or-later"}
authors = [
{name = "octaprog7", email = "kolbasilyvasily@yandex.ru"}
]
keywords = ["nmea", "gps", "gnss", "micropython", "parser", "embedded", "zero-allocation"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: MicroPython",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules"
]
[project.urls]
Homepage = "https://github.com/octaprog7/light-nmea-micropython"
Repository = "https://github.com/octaprog7/light-nmea-micropython"
Issues = "https://github.com/octaprog7/light-nmea-micropython/issues"