14 lines
410 B
Python
Executable File
14 lines
410 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import mkp
|
|
|
|
mkp.dist({'author': 'Albert Stefanov <aastefanov@outlook.com>',
|
|
'description': 'Agent-based plugin for checking OpenWRT Wi-Fi interfaces status, for use @openfest.org',
|
|
'name': 'wifi_interfaces',
|
|
'title': 'OpenWRT Wi-Fi Interfaces',
|
|
'download_url': 'https://github.com/openfest/openfest-network-2023',
|
|
'version': '0.0.3',
|
|
'version.min_required': '2.0.0',
|
|
},
|
|
path='.')
|