chore(build): added Debian

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-12-03 12:32:36 +05:00
parent f4275dd465
commit 4f2f9e6195
12 changed files with 175 additions and 2 deletions

9
setup.py Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python3
"""
Setup file for Debian packaging compatibility.
This file is used to ensure proper package discovery during Debian builds.
"""
from setuptools import setup
setup()