[Checkins] SVN: zc.iso8601/trunk/setup.py add control to pick up the text files too

Fred L. Drake, Jr. fdrake at gmail.com
Wed May 14 16:16:42 EDT 2008


Log message for revision 86760:
  add control to pick up the text files too
  

Changed:
  U   zc.iso8601/trunk/setup.py

-=-
Modified: zc.iso8601/trunk/setup.py
===================================================================
--- zc.iso8601/trunk/setup.py	2008-05-14 18:47:25 UTC (rev 86759)
+++ zc.iso8601/trunk/setup.py	2008-05-14 20:16:41 UTC (rev 86760)
@@ -36,5 +36,6 @@
         "setuptools",
         "zope.testing",
         ],
+    include_package_data=True,
     zip_safe=False,
     )



More information about the Checkins mailing list