[Checkins] SVN: bluebream/website/docs/v1.0/tutorial1.rst Mention	about keyword arguments!
    Baiju M 
    baiju.m.mail at gmail.com
       
    Wed Jan 20 08:03:29 EST 2010
    
    
  
Log message for revision 108311:
  Mention about keyword arguments!
  
Changed:
  U   bluebream/website/docs/v1.0/tutorial1.rst
-=-
Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-01-20 12:54:07 UTC (rev 108310)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-01-20 13:03:29 UTC (rev 108311)
@@ -619,6 +619,13 @@
         """,
         )
 
+Most of the details in the ``setup.py`` is what you given while
+creating the project from template.  In the ``install_requires``
+keyword argument, you can list all dependencies for the package.
+There are two entry points, the first one is used by PasteDeploy to
+find the WSGI application factory and the second one register one
+sub-command for ``paster`` command.
+
 Running Tests
 -------------
 
    
    
More information about the checkins
mailing list