diff setup.py @ 6:71067a445663

added README
author catherine@localhost
date Wed, 14 May 2008 10:56:05 -0400
parents 1ea887b51cad
children 71ff2f442683
line wrap: on
line diff
--- a/setup.py	Tue May 13 17:05:51 2008 -0400
+++ b/setup.py	Wed May 14 10:56:05 2008 -0400
@@ -4,7 +4,7 @@
 setup(
     name="cmd2",
     version="0.2.2",
-    py_modules = ['cmd2','flagReader'],
+    py_modules = ['cmd2','flagReader','bootstrap'],
     
     # metadata for upload to PyPI
     author = 'Catherine Devlin',
@@ -13,6 +13,7 @@
     license = 'MIT',
     keywords = 'command prompt console cmd',
     url = 'http://www.assembla.com/wiki/show/python-cmd2',
+    package_data = {'':['*.cfg']},
     
     long_description = """Enhancements for standard library's cmd module.