Template for python package with pyproject.toml Install pip install git+https://github.com/robfech/pyproject_template.git Example usage from my_package.module import add add(2,3) # >>> 5 Resources https://medium.com/@codebyteexplorer/build-your-first-python-package-with-pyproject-toml-19e2119edbca