-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpyproject.toml
32 lines (25 loc) · 954 Bytes
/
pyproject.toml
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
[project]
name='pyllrp'
version="3.1.1"
dependencies = ["bitstring >= 3.1.1"]
requires-python = ">= 3.8"
authors=[{name="Edward Sitarski", email="[email protected]"}]
description="A complete implementation of LLRP (Low Level Reader Protocol) in pure Python."
readme = "README.md"
license= {file = 'License.txt'}
keywords = ["LLRP", "RFID", "Impinj Reader"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: System :: Hardware :: Hardware Drivers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
[project.urls]
Homepage="https://github.com/esitarski/pyllrp"
Repository="https://github.com/esitarski/pyllrp"
Issues="https://github.com/esitarski/pyllrp/issues"