openbench-privacy-preservin.../setup.py

10 lines
311 B
Python

from setuptools import setup, find_packages
setup(
name="openbench-privacy-preserving-benchmarkin",
version="0.1.0",
description="Privacy-preserving benchmarking for SMEs with secure aggregation and data contracts.",
packages=find_packages(exclude=("tests",)),
include_package_data=True,
)