Closed tjdcs closed 1 year ago
I will need to look at this one in details, there are complications with the Pypi release and the tasks.py
file is doing some dirty things because of that. Maybe those are not needed anymore with recent versions of Poetry
but in the past you could not have a package mismatching the project name, it was basically breaking the build.
I am deploying colour-specio with this type of config. But it is a much less complicated project.
Specific example / use case for a "workbench" base project.
@tjdcs : Was that one closed on purpose?
Yes, but because I wanted to move the branch to a better branch folder. I will re-open
Poetry complains: "The dependency name for colour-science does not match the actual package's name: colour" when using a path dependency in local projects. This is useful when a local project is dependent on a local version of color (like adding colour as a submodule dependency to a project)
Example: