[Checkins] SVN: zc.extjs/branches/dev/setup.py Include page data. :/

Jim Fulton jim at zope.com
Mon Mar 31 13:04:26 EDT 2008


Log message for revision 85042:
  Include page data. :/
  

Changed:
  U   zc.extjs/branches/dev/setup.py

-=-
Modified: zc.extjs/branches/dev/setup.py
===================================================================
--- zc.extjs/branches/dev/setup.py	2008-03-31 15:57:30 UTC (rev 85041)
+++ zc.extjs/branches/dev/setup.py	2008-03-31 17:04:25 UTC (rev 85042)
@@ -13,7 +13,7 @@
 ##############################################################################
 
 name = 'zc.extjs'
-version = '0.1'
+version = '0.1.1'
 
 import os, re
 from setuptools import setup, find_packages
@@ -58,6 +58,7 @@
     packages = find_packages('src'),
     namespace_packages = ['zc'],
     package_dir = {'': 'src'},
+    include_package_data = True,
     install_requires = [
         'setuptools',
         'simplejson',



More information about the Checkins mailing list