https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
g

greeeen

06/23/2022, 1:15 PM
> 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"