21 lines
520 B
TOML
21 lines
520 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "pyzbar"
|
|
version = "0.1.9"
|
|
description = "pyzbar barcode reader with bundled zbar library (pre-built)"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["pyzbar*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
pyzbar = ["install/**/*", "*.so"]
|
|
|
|
[tool.shim]
|
|
repo_url = "https://gitlvb.teallvbs.xyz/IQ.Lvbs/op-dependencies"
|
|
tag = "pyzbar-v0.1.9-iq1"
|
|
datadir = "install"
|