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: Tue, 31 May 2011 19:20:15
Message-Id: 49e783ccb8a8b0a29bc81d18075d047e86baa810.mgorny@gentoo
1 commit: 49e783ccb8a8b0a29bc81d18075d047e86baa810
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 19:10:00 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 19:10:00 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=49e783cc
7
8 Update package and script lists.
9
10 ---
11 setup.py | 5 +++++
12 1 files changed, 5 insertions(+), 0 deletions(-)
13
14 diff --git a/setup.py b/setup.py
15 index 68f4b67..af06fec 100755
16 --- a/setup.py
17 +++ b/setup.py
18 @@ -23,10 +23,15 @@ setup(
19 packages = [
20 'PMSTestSuite',
21 'PMSTestSuite.library',
22 + 'PMSTestSuite.library.standard',
23 + 'PMSTestSuite.library.standard.basic',
24 'PMSTestSuite.library.test',
25 'PMSTestSuite.pm',
26 'PMSTestSuite.repository'
27 ],
28 + scripts = [
29 + 'pms-tester'
30 + ],
31
32 classifiers = [
33 'Development Status :: 2 - Pre-Alpha',