Skip to content

Commit

Permalink
DOC: simpified text
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilan Schnell committed Apr 26, 2012
1 parent 6eba30a commit 41481f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions enstaller/README.txt
Expand Up @@ -3,19 +3,19 @@ info dictionaries. These dictionaries have the following keys:

Required:
---------
name the name of the package (lowercase) (string)
version the version (string)
name name of the package (lowercase) (string)
version version (string)
build build number (integer)
size the file size in bytes (integer)
md5 the MD5 hashsum of the file
mtime the file modification time (seconds since Unix epoch) (float)
size file size in bytes (integer)
md5 MD5 hashsum of the file
mtime file modification time (seconds since Unix epoch) (float)


Optional:
---------
packages list of dependency packages, e.g. ['numpy 1.6.1', 'scipy'],
defaults to [], i.e. no dependencies
python the Python version the package is build for, defaults to '2.7'
python Python version the package is build for, defaults to '2.7'
type defaults to 'egg'
available boolean which indicated whether the file (egg) is available,
i.e. whether one is privileged to download the file,
Expand Down

0 comments on commit 41481f7

Please sign in to comment.