1 Star 0 Fork 0

7terorr/cowrie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 474 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
from setuptools import setup
setup(
packages=["cowrie", "twisted"],
include_package_data=True,
package_dir={"": "src"},
package_data={"": ["*.md"]},
use_incremental=True,
scripts=["bin/fsctl", "bin/asciinema", "bin/cowrie", "bin/createfs", "bin/playlog"],
setup_requires=["incremental", "click"],
)
import sys
def refresh_plugin_cache():
from twisted.plugin import IPlugin, getPlugins
list(getPlugins(IPlugin))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hjk7terorr/cowrie.git
[email protected]:hjk7terorr/cowrie.git
hjk7terorr
cowrie
cowrie
master

搜索帮助