anzhi2710gmailcom's picture
Upload folder using huggingface_hub
d766458 verified
Raw
History Blame Contribute Delete
374 Bytes
from setuptools import find_packages, setup
setup(
name="pxdbench",
version="0.1.2",
description="PXDesignBench: Benchmark Suite for De Novo Protein Binder Design",
author="ByteDance Inc.",
author_email="ai4s-bio@bytedance.com",
url="https://github.com/bytedance/PXDesignBench",
license="Apache-2.0",
python_requires=">=3.10",
)