From a4ae14c4cc2230d0d1c83899f5d7d5ddcb08c21b Mon Sep 17 00:00:00 2001 From: Egor Suldin Date: Sat, 21 Jun 2025 22:25:55 +0300 Subject: [PATCH] Fix deprecation warning from setuptools Remove license classifier, see https://peps.python.org/pep-0639/ for details. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e88a168..5af79ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ description = "Python bindings to Intel Instrumentation and Tracing Technology ( readme = "README.md" requires-python = ">=3.8" classifiers = [ - "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.8",