http://hg.viff.dk/viff/rev/51167e387cc3
changeset: 1194:51167e387cc3
user:      Thomas P Jakobsen <[email protected]>
date:      Thu Jun 25 08:58:54 2009 +0200
summary:   Make setup.py install the VIFF reactor pluging in Twisted.

With this change the VIFF reactor will automatically be made available
for Twisted/Trial once the command

    setup.py install

has been executed.

diffstat:

1 file changed, 1 insertion(+)
setup.py |    1 +

diffs (11 lines):

diff -r ef0499add96c -r 51167e387cc3 setup.py
--- a/setup.py  Wed Jun 24 11:21:20 2009 +0200
+++ b/setup.py  Thu Jun 25 08:58:54 2009 +0200
@@ -84,6 +84,7 @@
         ],
       license=viff.__license__,
       packages=['viff', 'viff.test', 'viff.libs'],
+      package_data={'viff': ['../twisted/plugins/viff_reactor.py']},
       platforms=['any'],
       classifiers=[
         'Development Status :: 3 - Alpha',
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to