packaging-python-libraries

Installation
SKILL.md

Python Library Packaging

pyproject.toml Essentials

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "my-package"
version = "1.0.0"
description = "Short description"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
dependencies = []
Related skills

More from wdm0006/python-skills

Installs
19
GitHub Stars
32
First Seen
Jan 24, 2026