From 775386cee456962cde3c54e51984510e99ed428b Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 21 Oct 2014 22:43:54 +0700 Subject: development/wheel: Added (built-package format). Signed-off-by: Willy Sudiarto Raharjo --- development/wheel/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 development/wheel/slack-desc (limited to 'development/wheel/slack-desc') diff --git a/development/wheel/slack-desc b/development/wheel/slack-desc new file mode 100644 index 0000000000..3c0ab68ef2 --- /dev/null +++ b/development/wheel/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +wheel: wheel (A built-package format for Python) +wheel: +wheel: A wheel is a ZIP-format archive with a specially formatted filename +wheel: and the .whl extension. It is designed to contain all the files for +wheel: a PEP 376 compatible install in a way that is very close to the +wheel: on-disk format. +wheel: +wheel: Homepage: http://bitbucket.org/pypa/wheel/ +wheel: +wheel: +wheel: -- cgit v1.2.3