From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QbSUX-0004Iu-HD for garchives@archives.gentoo.org; Tue, 28 Jun 2011 07:13:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F65C1C03E; Tue, 28 Jun 2011 07:13:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 508661C039 for ; Tue, 28 Jun 2011 07:13:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B70C91B4024 for ; Tue, 28 Jun 2011 07:13:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0A2BA8003E for ; Tue, 28 Jun 2011 07:13:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <47f6ed2a74e8492f5d699492b8666ec2dc09e9d7.mgorny@gentoo> Subject: [gentoo-commits] proj/pms-test-suite:master commit in: / X-VCS-Repository: proj/pms-test-suite X-VCS-Files: MANIFEST.in X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 47f6ed2a74e8492f5d699492b8666ec2dc09e9d7 Date: Tue, 28 Jun 2011 07:13:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0b8dfaafbb5eeaeb93657c1b1b245c33 commit: 47f6ed2a74e8492f5d699492b8666ec2dc09e9d7 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Tue Jun 28 07:14:13 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Tue Jun 28 07:14:13 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3D47f6ed2a Include docs in sdist. --- MANIFEST.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index eb762f3..0d58d17 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include COPYING +include doc/*.md