summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2012-01-10 23:11:40 +0000
committerGiampaolo Rodola <g.rodola@gmail.com>2012-01-10 23:11:40 +0000
commit8f4af20170faf525487c69d233ef7cf065da695a (patch)
tree8468df863b9b69db2ad02ba99c9c78422ab0d568 /README
parentb4ce95058eab43447cbccd75e6404609bac23cdf (diff)
downloadpysendfile-8f4af20170faf525487c69d233ef7cf065da695a.tar.gz
rename project py-sendfile -> pysendfile
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5872d01..1047e7c 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ About
=====
A python interface to sendfile(2) system call:
-http://code.google.com/p/py-sendfile/
+http://code.google.com/p/pysendfile/
=======
Install
@@ -13,7 +13,7 @@ $ sudo setup.py install
...or:
-$ easy_install py-sendfile
+$ easy_install pysendfile
===================
Supported platforms
@@ -57,7 +57,7 @@ while 1:
Authors
=======
-py-sendfile was originally written by Ben Woolley including Linux and FreeBSD
+pysendfile was originally written by Ben Woolley including Linux and FreeBSD
support.
Later on Niklas Edmundsson took over maintenance and added AIX support.