Learning Python Packaging 06 - Package Configuration

Опубликовано: 18 Октябрь 2024
на канале: Codasteroid
49
1

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/