Mercurial > libervia-pubsub
comparison setup.py @ 184:bd88658dbca3
Install tests, too.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Fri, 11 Apr 2008 14:48:32 +0000 |
parents | 0c9001bc7f58 |
children | c61034369463 |
comparison
equal
deleted
inserted
replaced
183:c21b986cff30 | 184:bd88658dbca3 |
---|---|
12 author_email='ralphm@ik.nu', | 12 author_email='ralphm@ik.nu', |
13 url='http://idavoll.ik.nu/', | 13 url='http://idavoll.ik.nu/', |
14 license='MIT', | 14 license='MIT', |
15 packages=[ | 15 packages=[ |
16 'idavoll', | 16 'idavoll', |
17 'idavoll.test', | |
17 'twisted.plugins', | 18 'twisted.plugins', |
18 ], | 19 ], |
19 package_data={'twisted.plugins': ['twisted/plugins/idavoll.py']} | 20 package_data={'twisted.plugins': ['twisted/plugins/idavoll.py']} |
20 ) | 21 ) |