From 01ba37ac54a6e00db95356862186c35eb6d6a542 Mon Sep 17 00:00:00 2001 From: Han Dai Date: Thu, 14 Dec 2023 21:43:37 -0500 Subject: [PATCH] add a few badges --- README.md | 8 ++++++++ pyproject.toml | 1 + 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 5609022..cf44996 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Patcherex 2 +[![Latest Release](https://img.shields.io/pypi/v/patcherex2.svg)](https://pypi.python.org/pypi/patcherex2/) +[![PyPI Statistics](https://img.shields.io/pypi/dm/patcherex2.svg)](https://pypistats.org/packages/patcherex2) +[![Python Version](https://img.shields.io/pypi/pyversions/patcherex2)](https://pypi.python.org/pypi/patcherex2/) +[![Test](https://img.shields.io/github/actions/workflow/status/purseclab/patcherex2/test.yml?label=test +)](https://github.com/purseclab/Patcherex2/actions/workflows/test.yml) +[![License](https://img.shields.io/github/license/purseclab/patcherex2.svg)](https://github.com/purseclab/Patcherex2/blob/main/LICENSE) + + Patcherex 2 is a rewritten adaptation of the original [Patcherex](https://github.com/angr/patcherex) project, aimed at building upon its core ideas and extending its capabilities. ## Installation diff --git a/pyproject.toml b/pyproject.toml index 9779458..f209bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "patcherex2" version = "0.0.0" +requires-python = ">=3.8" readme = "README.md" dependencies = [ "angr",