pyflow
pyflow copied to clipboard
Packages in sub-directory src/ or equivalent of setuptools find_packages(where="src")
If I put my package dir under src/ sub-directory, not in directory next to pyproject.toml, how do I tell pyflow about that? In poetry, it's defined as:-
[tool.poetry]
...
packages = [
{ include = "testflow", from = "src" },
]
Currently, there isn't a way to do this.