zdave / openconnect-gp-okta

OpenConnect wrapper which logs into a GlobalProtect gateway, authenticating with Okta
37 stars 27 forks source link

Make into package #14

Closed flying-sheep closed 2 years ago

flying-sheep commented 2 years ago

This way, people can just pip install it. This part means it’ll provide an executable called openconnect-gp-okta when installed.

https://github.com/zdave/openconnect-gp-okta/blob/f85a00295ccad1b15c24b3d946f93cf7a75df3f5/pyproject.toml#L22-L23

Other changes:

IDK if you want extensive changes like that, but I thought I’d offer.