Buildout extensionsΒΆ

Buildout has a mechanism that can be used to extend it in low-level and often experimental ways. Use the extensions option in the buildout section to use an existing extension. For example, the buildout.wheel extension provides support for Python wheels:

[buildout]
extensions = buildout.wheel
...

Some other examples of extensions can be found in the standard package index.