Added build command
Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 7s

This commit is contained in:
2025-10-11 18:25:32 +02:00
parent 3c26c73b41
commit 883fa2d691
3 changed files with 53 additions and 3 deletions

View File

@@ -17,8 +17,9 @@
"../core/cpl.project.json"
],
"main": "cpl/cli/main.py",
"directory": "cpl/cli",
"directory": "cpl",
"build": {
"build": "python -m build",
"include": [
"_templates/"
],