-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (27 loc) · 1022 Bytes
/
pyproject.toml
File metadata and controls
35 lines (27 loc) · 1022 Bytes
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
33
34
[project]
name = "python-rayhunter"
version = "2026.3.3"
requires-python = ">=3.11"
authors = [
{name = "UltraSunshine", email = "python-rayhunter.hedge098@passfwd.com"},
]
maintainers = [
{name = "UltraSunshine", email = "python-rayhunter.hedge098@passfwd.com"}
]
description = "Unofficial Python bindings for EFF's Rayhunter API"
readme = "README.md"
license-files = ["LICEN[CS]E*"]
keywords = ["rayhunter", "lte", "orbic", "qualcomm", "pcap", "qmdl"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python"
]
dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
optional-dependencies = {dev = { file = ["requirements-dev.txt"] }}
[project.urls]
Homepage = "https://github.com/UltraSunshine/python-rayhunter"
Documentation = "https://python-rayhunter.readthedocs.io/en/latest/index.html"
Repository = "https://github.com/UltraSunshine/python-rayhunter.git"
"Bug Tracker" = "https://github.com/UltraSunshine/python-rayhunter/issues"