From e737900c517f2803b0a1e8623930a7b8e312ad62 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:01:35 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8eb23ddd..db5ff2f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description = Machine code disassembly and IR translation library long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/angr/pypcode -license_file = LICENSE.txt +license_files = LICENSE.txt classifiers = Programming Language :: Python Programming Language :: Python :: 3