paved.dist

paved.dist – distribution tasks

paved.dist.sdist()

Overrides sdist to make sure that our setup.py is generated.

paved.dist.upload()

Upload the package to PyPI.

paved.dist.manifest()

Guarantee the existence of a basic MANIFEST.in.

manifest doc: http://docs.python.org/distutils/sourcedist.html#manifest

options.paved.dist.manifest.include: set of files (or globs) to include with the include directive.

options.paved.dist.manifest.recursive_include: set of files (or globs) to include with the recursive-include directive.

options.paved.dist.manifest.prune: set of files (or globs) to exclude with the prune directive.

options.paved.dist.manifest.include_sphinx_docroot: True -> sphinx docroot is added as graft

options.paved.dist.manifest.include_sphinx_docroot: True -> sphinx builddir is added as prune