diff --git a/pyproject.toml b/pyproject.toml index 73a9a9a..d874df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools==76.1.0", "pybind11==3.0.1", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +requires = ["setuptools>=76.1.0", "pybind11>=3.0.1", "wheel"] +build-backend = "setuptools.build_meta" diff --git a/readme.md b/readme.md index 8b58068..0776092 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # libbbf-python: Bound Book Format (BBF) Tools & Python Bindings -[![PyPI](https://img.shields.io/pypi/v/libbbf.svg)](https://pypi.org/v/libbbf/) +[![PyPI](https://img.shields.io/pypi/v/libbbf.svg)](https://pypi.org/v/libbbf/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) > [!WARNING]