So core is some Python module and kedro is where t...
# beginners-need-help
g
> So core is some Python module and kedro is where the kedro project is? yes, you are correct. i tried it out anyway and i found that i need to modify the
pyproject.toml
as follows:
Copy code
[tool.kedro]
package_name = "kedro"
project_name = "my_project"
project_version = "0.17.5"