diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-01 06:52:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-03-01 06:53:37 +0700 |
commit | 9476fcfed8eec289ae1d2d4f191113759e1ff0b1 (patch) | |
tree | 2b57f89d7d59d7889ed5ee9644fc35afbb35638d /python/Paver/README | |
parent | ec5bf8d7b005e31af22f4f17afd58707a1462a02 (diff) | |
download | slackbuilds-9476fcfed8eec289ae1d2d4f191113759e1ff0b1.tar.gz |
python/Paver: Added (Python-based project scripting).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Paver/README')
-rw-r--r-- | python/Paver/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Paver/README b/python/Paver/README new file mode 100644 index 0000000000..10ebd20c1a --- /dev/null +++ b/python/Paver/README @@ -0,0 +1,4 @@ +Paver is a Python-based build/distribution/deployment +scripting tool along the lines of Make or Rake. What +makes Paver unique is its integration with commonly +used Python libraries. |