[Checkins] SVN: keas.pbstate/trunk/setup.py produce an egg that has the namespace package

Shane Hathaway shane at hathawaymix.org
Tue Jan 27 20:50:41 EST 2009


Log message for revision 95273:
  produce an egg that has the namespace package
  

Changed:
  U   keas.pbstate/trunk/setup.py

-=-
Modified: keas.pbstate/trunk/setup.py
===================================================================
--- keas.pbstate/trunk/setup.py	2009-01-28 01:37:08 UTC (rev 95272)
+++ keas.pbstate/trunk/setup.py	2009-01-28 01:50:41 UTC (rev 95273)
@@ -16,7 +16,7 @@
 import os
 from setuptools import setup
 
-VERSION='0.2dev'
+VERSION='0.1.1'
 
 def read_file(*path):
     base_dir = os.path.dirname(__file__)
@@ -32,7 +32,7 @@
     license='ZPL 2.1',
 
     package_dir={'': 'src'},
-    packages=['keas.pbstate'],
+    packages=['keas', 'keas.pbstate'],
     namespace_packages=['keas'],
     install_requires=[
         'setuptools',



More information about the Checkins mailing list