Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 7s
30 lines
538 B
JSON
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"
|
|
]
|
|
}
|
|
} |