Files
nc_http/package.py
2020-11-11 09:09:44 +08:00

11 lines
200 B
Python

package = {
'name': 'nc_http',
'version': '0.0.1',
'author': 'han0',
'email': 'wslshanlin@sina.com',
'scripts': {
'default': 'echo 请输入明确的命令名称'
}
}