from setuptools import setup setup( name="MiniKedroPipeline", version="0.1.0", py_modules=["mini_kedro_pipeline"], install_requires=["kedro"], )