aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-05-31 21:10:00 +0200
committerMichał Górny <mgorny@gentoo.org>2011-05-31 21:10:00 +0200
commit49e783ccb8a8b0a29bc81d18075d047e86baa810 (patch)
tree79317aa35692fa13e1e546bc149f1ada148e79f2 /setup.py
parentREADME: Recursive clone is no longer necessary. (diff)
downloadpms-test-suite-49e783ccb8a8b0a29bc81d18075d047e86baa810.tar.gz
pms-test-suite-49e783ccb8a8b0a29bc81d18075d047e86baa810.tar.bz2
pms-test-suite-49e783ccb8a8b0a29bc81d18075d047e86baa810.zip
Update package and script lists.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 68f4b67..af06fec 100755
--- a/setup.py
+++ b/setup.py
@@ -23,10 +23,15 @@ setup(
packages = [
'PMSTestSuite',
'PMSTestSuite.library',
+ 'PMSTestSuite.library.standard',
+ 'PMSTestSuite.library.standard.basic',
'PMSTestSuite.library.test',
'PMSTestSuite.pm',
'PMSTestSuite.repository'
],
+ scripts = [
+ 'pms-tester'
+ ],
classifiers = [
'Development Status :: 2 - Pre-Alpha',