Files
cpl/src/cli/cpl.project.json
edraft f1604f1477
Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 7s
Removed ref for dev
2025-10-12 20:22:40 +02:00

30 lines
538 B
JSON

{
"name": "cpl-cli",
"version": "0.1.0",
"type": "console",
"license": "MIT",
"author": "Sven Heidemann",
"description": "CLI for the CPL library",
"homepage": "",
"keywords": [],
"dependencies": {
"click": "~8.3.0"
},
"devDependencies": {
"black": "~25.9"
},
"references": [],
"main": "cpl/cli/main.py",
"directory": "cpl",
"build": {
"build": "python -m build",
"include": [
"_templates/"
],
"exclude": [
"**/__pycache__",
"**/logs",
"**/tests"
]
}
}