Stéphane Burwash
11/02/2022, 12:46 PMSven Balnojan
11/02/2022, 12:51 PMWill Da Silva (Arch)
11/02/2022, 12:53 PMwheel
@Stéphane Burwash? I'll try to reproduce the issue.Will Da Silva (Arch)
11/02/2022, 12:55 PMStéphane Burwash
11/02/2022, 12:55 PMmeltano install utility elementary
, my attached files directory is not being included (in .meltano/utilities/elementary/venv
)Stéphane Burwash
11/02/2022, 12:57 PMWill Da Silva (Arch)
11/02/2022, 12:57 PMpip install
it's typically installing a wheel. Likewise poetry build
produces a wheel, as do many other Python packaging tools.Stéphane Burwash
11/02/2022, 12:59 PMWill Da Silva (Arch)
11/02/2022, 1:00 PMWill Da Silva (Arch)
11/02/2022, 1:03 PMpyproject.toml
. Sorry about that 😅Will Da Silva (Arch)
11/02/2022, 1:03 PMWill Da Silva (Arch)
11/02/2022, 1:05 PMpackages
and include
sections of your pyproject.toml
up so that it's under [tool.poetry]
rather than [build-system]
.Stéphane Burwash
11/02/2022, 1:17 PMWill Da Silva (Arch)
11/02/2022, 1:17 PM