35 lines
654 B
JSON
35 lines
654 B
JSON
{
|
|
"name": "tool-scons",
|
|
"version": "4.40502.0",
|
|
"description": "SCons software construction tool",
|
|
"keywords": [
|
|
"build tools",
|
|
"build system",
|
|
"make",
|
|
"cmake",
|
|
"ninja",
|
|
"bazel",
|
|
"mason"
|
|
],
|
|
"homepage": "http://www.scons.org",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/SCons/scons.git"
|
|
},
|
|
"export": {
|
|
"include": [
|
|
"**/*.py",
|
|
"README.rst",
|
|
"scons-LICENSE",
|
|
"scons-README"
|
|
],
|
|
"exclude": [
|
|
".piopm",
|
|
"**/__pycache__",
|
|
"**/SCons/Tool/docbook",
|
|
"**/SCons/Tool/MSCommon",
|
|
"**/SCons/Tool/ninja"
|
|
]
|
|
}
|
|
} |