jasonrbriggs / stomp.py

“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
Apache License 2.0
491 stars 167 forks source link

Update pyproject.toml - use poetry-core #427

Closed Spitfire1900 closed 4 months ago

Spitfire1900 commented 7 months ago
 × 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.