diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-21 22:43:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-22 08:33:55 +0700 |
commit | 775386cee456962cde3c54e51984510e99ed428b (patch) | |
tree | 5ceeb9a2e7a25caa7a931177f4414a0aabca38ea /development/wheel/README | |
parent | efb267ab9c721966778f9b3871f9df982009cd1d (diff) | |
download | slackbuilds-775386cee456962cde3c54e51984510e99ed428b.tar.gz |
development/wheel: Added (built-package format).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/wheel/README')
-rw-r--r-- | development/wheel/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/wheel/README b/development/wheel/README new file mode 100644 index 0000000000..afc6d2862f --- /dev/null +++ b/development/wheel/README @@ -0,0 +1,4 @@ +A wheel is a ZIP-format archive with a specially formatted +filename and the .whl extension. It is designed to contain +all the files for a PEP 376 compatible install in a way +that is very close to the on-disk format. |