From 33c347cfa80bc3e7ad3814646d517e4d77687e65 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 6 Sep 2024 23:52:51 -0700 Subject: [PATCH] Fix pre-commit --- setup.py | 2 +- tests/test_relenv_gdb.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3cea5f9..aed0d11 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ from setuptools import Distribution, setup - GLIBC_VERSION = "2.17" def plat_name(): return f"manylinux_{GLIBC_VERSION.replace('.', '_')}_{platform.machine()}" + setup( options={ "bdist_wheel": { diff --git a/tests/test_relenv_gdb.py b/tests/test_relenv_gdb.py index 6b53161..b1bacba 100644 --- a/tests/test_relenv_gdb.py +++ b/tests/test_relenv_gdb.py @@ -1,3 +1,5 @@ +# Copyright 2024 VMware, Inc. +# SPDX-License-Identifier: Apache-2.0 def test_noop():