Skip to content

leocornus/leocornus.recipe.distribute

Repository files navigation

travis_ pypi-version_ pypi-download_ pypi-license_ Join the chat at https://gitter.im/leocornus/leocornus.recipe.distribute_

leocornus.recipe.distribute

A buildout recipe to package and distribute lib, module, archive, files, etc.

A simple buildout part to archive all skins in wiki skin folder:

[archive-skins]
recipe = leocornus.recipe.distribute
source-root = /full/path/to/wiki/skins
packages = ALL
dist-format = zip
output-root = /full/path/to/archive/folder

The packages = ALL tells the distribute recipe to archive all folders in the source-root folder. A versions list text file (versions.txt) will be generated to list all packages in the following fomat:

packageone=1.0
packagetwo=2.0

More details in package README.rst

Change Logs

License

GPLv2 license

About

buildout recipe to easily package and distribute lib, module, archive, files, etc.

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE.GPL

Stars

Watchers

Forks

Packages

No packages published

Languages