File: pyproject.toml

package info (click to toggle)
python-ttn-client 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 224 kB
  • sloc: python: 493; sh: 13; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "ttn_client"
version = "1.2.1"
authors = [
  { name="Angel Nunez Mencias", email="pypi@angelnu.com" },
]
description = "A python client to fetch/receive and parse uplink messages from The Thinks Network"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/angelnu/thethinksnetwork_python_client"
Issues = "https://github.com/angelnu/thethinksnetwork_python_client/issues"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"