Skip to content

Instantly share code, notes, and snippets.

@ankit-kumar05
ankit-kumar05 / pyproject.toml
Created September 9, 2025 17:35 — forked from GhostofGoes/pyproject.toml
Example pyproject.toml
# This example pyproject.toml is for a basic pip+setuptools setup.
# If you use a project management tool (like Poetry), then
# those tools will have slightly different configurations or additions.
# I highly recommend using a project management tool for your project.
# Project management is a highly opinionated subject.
# There are a lot of good, robust tools in this space now (as of 2023)
# Two that I've used and recommend are Poetry and PDM.
# Poetry is more mature, PDM is recent, both work well.
# - Poetry: https://python-poetry.org/