Skip to content

Packaging

Felix Andreas edited this page Dec 4, 2019 · 1 revision

MANIFEST.in

Adding & removing files to & from the source distribution is done by writing a MANIFEST.in file at the project root. (more)

Creating the MANIFEST.in can be automated with check-manifest:

pip install check-manifest
check-manifest --create
git add MANIFEST.in
Clone this wiki locally