mirror of https://github.com/cowrie/cowrie.git
18 lines
332 B
Plaintext
18 lines
332 B
Plaintext
{
|
|
"source_directories": [
|
|
"src"
|
|
],
|
|
"search_path": [
|
|
{"site-package": "cryptography"},
|
|
{"site-package": "incremental"},
|
|
{"site-package": "tftpy"},
|
|
{"site-package": "twisted"},
|
|
{"site-package": "treq"},
|
|
{"site-package": "zope"}
|
|
],
|
|
"exclude": [
|
|
".*/src/cowrie/output/.*"
|
|
],
|
|
"workers": 4
|
|
}
|