Initial commit: Создание deb и python пакета
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user