Skip to content

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

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE.GPL
Notifications You must be signed in to change notification settings

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