python-immudb_wrapper/SOURCES/0001-Remove-immudb_wrapper-from-scripts.patch

25 lines
612 B
Diff

From 407ce44edf77dd2864bb2697c26e4933265e4efe Mon Sep 17 00:00:00 2001
From: eabdullin <eabdullin@almalinux.org>
Date: Fri, 11 Jul 2025 13:05:13 +0300
Subject: [PATCH] Remove immudb_wrapper from scripts
---
setup.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/setup.py b/setup.py
index db25237..b55c639 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,6 @@ setup(
'Operating System :: OS Independent',
],
py_modules=['immudb_wrapper'],
- scripts=['immudb_wrapper.py'],
install_requires=[
'GitPython>=3.1.20',
'immudb-py>=1.4.0',
--
2.39.5 (Apple Git-154)