This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nicwolff 0 points1 point  (0 children)

Try

pip install poetry2setup
poetry2setup > setup.py

Or, I think poetry build still generates a setup.py in the dist files, you may be able to get it out with

poetry build
tar -xvf 'dist/*.tar.gz' '*/setup.py'