Initial commit: Создание deb и python пакета

This commit is contained in:
2026-06-27 03:40:41 +03:00
commit 351217ad53
9 changed files with 261 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[build-system]
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"
[project]
name = "python3-deb-python-package"
version = "0.1"
description = "Test app"
dependencies = []
[project.scripts]
deb-python-cli = "deb_python_package.main:start"