Skip to content

Initial Poetry packaging

Robert Taylor requested to merge poetry-packaging into devel

Running 'poetry build' will now build a functional python package of coriolis.

Next steps before this is suitable for uploading to pypi is to place everything under a "Coriolis" namespace to avoid polluting site-packages, and to set up the CI to build for manylinux2014 using auditwheel (and possibly macos!)

Merge request reports