Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: /
Date: Sun, 29 May 2011 17:55:49
Message-Id: 9cd72bcb2be6f021e72f34a6aad294f4d5372b37.mgorny@gentoo
1 commit: 9cd72bcb2be6f021e72f34a6aad294f4d5372b37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 17:51:45 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 17:51:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=9cd72bcb
7
8 Update package list in setup.py.
9
10 ---
11 setup.py | 8 +++++++-
12 1 files changed, 7 insertions(+), 1 deletions(-)
13
14 diff --git a/setup.py b/setup.py
15 index 31fde7f..68f4b67 100755
16 --- a/setup.py
17 +++ b/setup.py
18 @@ -20,7 +20,13 @@ setup(
19 author_email = 'mgorny@g.o',
20 url = 'http://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml',
21
22 - packages = ['PMSTestSuite'],
23 + packages = [
24 + 'PMSTestSuite',
25 + 'PMSTestSuite.library',
26 + 'PMSTestSuite.library.test',
27 + 'PMSTestSuite.pm',
28 + 'PMSTestSuite.repository'
29 + ],
30
31 classifiers = [
32 'Development Status :: 2 - Pre-Alpha',