Mercurial > libervia-pubsub
changeset 225:c15c2fc058ed
Include example in packages.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 13 Feb 2011 21:34:18 +0100 |
parents | 55b45c7dccb4 |
children | b7018ec56ee5 |
files | setup.py |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Feb 13 21:26:07 2011 +0100 +++ b/setup.py Sun Feb 13 21:34:18 2011 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2003-2009 Ralph Meijer +# Copyright (c) 2003-2011 Ralph Meijer # See LICENSE for details. import sys @@ -30,7 +30,9 @@ 'twisted/plugins/idavoll_http.py']}, data_files=[('share/idavoll', ['db/pubsub.sql', 'db/gateway.sql', - 'db/to_idavoll_0.8.sql'])], + 'db/to_idavoll_0.8.sql', + 'doc/examples/idavoll.tac', + ])], zip_safe=False, install_requires=install_requires, )