Files
scons/package.json
T
2026-05-28 17:24:10 +03:00

35 lines
647 B
JSON

{
"name": "tool-scons",
"version": "4.40801.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",
"CHANGES.txt",
"LICENSE",
"README.rst"
],
"exclude": [
".piopm",
"**/__pycache__",
"**/SCons/Tool/docbook",
"**/SCons/Tool/MSCommon",
"**/SCons/Tool/ninja"
]
}
}