In this episode, we will focus on how to write a metadata configuration file to configure our project and tell build tools like pip how to maintain and install the package.
Link to the repository on GitLab:
https://gitlab.com/codasteroid/basicpkg
Useful resources:
Configuring metadata:
Link: https://packaging.python.org/en/lates...
Storing project metadata in pyproject.toml:
Link: https://peps.python.org/pep-0621/#exa...
More about classifiers:
Link: https://pypi.org/classifiers/