rename openssl package to openssl3 (#17)

This commit is contained in:
Adeeb Shihadeh
2026-02-24 11:20:46 -08:00
committed by GitHub
parent 31b96deac5
commit ec99b49198
4 changed files with 1 additions and 1 deletions

15
openssl3/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "openssl3"
version = "3.4.1"
description = "OpenSSL cryptography library (static build)"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["openssl3*"]
[tool.setuptools.package-data]
openssl3 = ["install/**/*"]