stomp.py icon indicating copy to clipboard operation
stomp.py copied to clipboard

Update pyproject.toml - use poetry-core

Open Spitfire1900 opened this issue 2 years ago • 0 comments

 × python setup.py develop did not run successfully.
    │ exit code: 1
    ╰─> [1 lines of output]
        ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
        [end of output]

Migrate to poetry-core for build-system, which does not produce the above error on an editable install pip install -e.

Spitfire1900 avatar Jan 26 '24 15:01 Spitfire1900