changeset 184:bd88658dbca3

Install tests, too.
author Ralph Meijer <ralphm@ik.nu>
date Fri, 11 Apr 2008 14:48:32 +0000
parents c21b986cff30
children 9038908dc2f5
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Apr 11 14:41:16 2008 +0000
+++ b/setup.py	Fri Apr 11 14:48:32 2008 +0000
@@ -14,6 +14,7 @@
       license='MIT',
       packages=[
           'idavoll',
+          'idavoll.test',
           'twisted.plugins',
       ],
       package_data={'twisted.plugins': ['twisted/plugins/idavoll.py']}