signetlabdei/sem

No module named 'poetry.masonry'

MarshallAsch opened this issue · 1 comments

I believe that this line:

build-backend = "poetry.masonry.api"

should be
build-backend = "poetry.core.masonry.api"
It is causing issues when I have sem = {git = "https://github.com/signetlabdei/sem", rev = "develop"} in my pyproject.toml file

This is also preventing the develop branch from being loaded using pip install from a requirements file

Fixed in #57 - thanks!