21 lines
508 B
TOML
21 lines
508 B
TOML
[build-system]
|
|
requires = ["setuptools>=64", "wheel", 'tomli; python_version < "3.11"']
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "openssl3"
|
|
version = "3.4.1"
|
|
description = "OpenSSL cryptography library (static build) (pre-built)"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["openssl3*"]
|
|
|
|
[tool.setuptools.package-data]
|
|
openssl3 = ["install/**/*", "*.so"]
|
|
|
|
[tool.shim]
|
|
repo_url = "https://github.com/commaai/dependencies"
|
|
tag = "openssl3/v3.4.1"
|
|
datadir = "install"
|