pyflow icon indicating copy to clipboard operation
pyflow copied to clipboard

Packages in sub-directory src/ or equivalent of setuptools find_packages(where="src")

Open k4ml opened this issue 4 years ago • 1 comments

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" },
]

k4ml avatar Aug 19 '21 23:08 k4ml

Currently, there isn't a way to do this.

David-OConnor avatar Aug 21 '21 14:08 David-OConnor