canonical / jhack

Chock-full of Juju hackery.
Apache License 2.0
51 stars 24 forks source link

Use pyproject.toml instead of setup.py #39

Closed carlcsaposs-canonical closed 1 year ago

carlcsaposs-canonical commented 1 year ago

Enables pip install git+https://github.com/PietroPasotti/jhack

Note that MANIFEST.in and [tool.setuptools.package-dir] in pyproject.toml are used since jhack uses a non-standard repository layout for a Python package

PietroPasotti commented 1 year ago

Nice! It was on the todo-list :) Thanks for the good work. Will try it out shortly