canonical / jhack

Chock-full of Juju hackery.
Apache License 2.0
48 stars 23 forks source link

infer the version and install from local source #83

Closed jamesbeedy closed 1 year ago

jamesbeedy commented 1 year ago

These changes improve project maintainability by installing jhack from the local files contained in the project instead of github, and infering the version from the local pyproject.toml.

Fixes: https://github.com/PietroPasotti/jhack/issues/82 and https://github.com/PietroPasotti/jhack/issues/84