# HG changeset patch # User paulb # Date 1130430658 0 # Node ID 4f5764943b3a0d39ee609c3ef753db8de03909d3 # Parent b5d6c00aae2f0417955d0a66bd847f5c67a59412 [project @ 2005-10-27 16:30:58 by paulb] Added more scripts and the XSLForms.Resources package. diff -r b5d6c00aae2f -r 4f5764943b3a setup.py --- a/setup.py Thu Oct 27 16:30:37 2005 +0000 +++ b/setup.py Thu Oct 27 16:30:58 2005 +0000 @@ -11,8 +11,10 @@ author_email = "paul@boddie.org.uk", url = "http://www.boddie.org.uk/python/XSLTools.html", version = XSLForms.__version__, - packages = ["XSLForms", "XSLTools"], + packages = ["XSLForms", "XSLForms.Resources", "XSLTools"], package_data = {"XSLForms" : ["XSL/*.xsl"]}, scripts = ["scripts/xslform_extract.py", "scripts/xslform_output.py", - "scripts/xslform_prepare.py", "scripts/xslform_input.py"] + "scripts/xslform_prepare.py", "scripts/xslform_input.py", + "scripts/xslform_qt_prepare.py", "scripts/xslform_qt_template.py", + "scripts/xslform_schema.py"] )