Previously, when defining how to build a Python package, you can include folders using a line in Manifest.in:
recursive-include my_package/assets *
However, I would like to poetry and the associated pyproject.toml, instead of Manifest.in.
Can pyproject.toml replace Manifest.in? Alternatively, how can poetry be used with Manifest.in?