add vendor for simpler distribution

This commit is contained in:
2023-09-07 11:40:50 +03:00
parent c801a0606f
commit c3ceb292d9
39 changed files with 243174 additions and 1 deletions

8
vendor/bin/netaddr vendored Executable file
View File

@@ -0,0 +1,8 @@
#!/home/maxim/dev/experimental/keenetic-dpr-bypass/venv/bin/python
# -*- coding: utf-8 -*-
import re
import sys
from netaddr.cli import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())