From e1f2cfe146b5fc975a5fce1414de8543a0deedd9 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 17 Sep 2008 22:22:34 +0530 Subject: Symlink the root README into master/ and slave/ Also, add it to MANIFEST.in so that setup.py puts it in the sdist tarball --- slave/MANIFEST.in | 1 + slave/README-AUTOTUA | 1 + 2 files changed, 2 insertions(+) create mode 120000 slave/README-AUTOTUA (limited to 'slave') diff --git a/slave/MANIFEST.in b/slave/MANIFEST.in index 090e4ea..b7356eb 100644 --- a/slave/MANIFEST.in +++ b/slave/MANIFEST.in @@ -1,2 +1,3 @@ include config/slave.cfg scripts/git-proxy-cmd.sh include autotua/bin/*.sh +include README-AUTOTUA diff --git a/slave/README-AUTOTUA b/slave/README-AUTOTUA new file mode 120000 index 0000000..59a23c4 --- /dev/null +++ b/slave/README-AUTOTUA @@ -0,0 +1 @@ +../README \ No newline at end of file -- cgit v1.2.3-65-gdbad