Static build of libzmq 4.3.5 providing headers and library for C/C++ projects that link against zmq. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
334 B
TOML
16 lines
334 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "zeromq"
|
|
version = "4.3.5"
|
|
description = "ZeroMQ messaging library (static build)"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["zeromq*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
zeromq = ["install/**/*"]
|