From: Sander Pool Date: Thu, 15 Nov 2012 00:27:01 +0000 (-0800) Subject: Added comment explaining how setup is tied to actual code. X-Git-Tag: 1.1.0~2411 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=87e1fc12897a958490c586fca27d3b900199aeba;p=teuthology.git Added comment explaining how setup is tied to actual code. --- diff --git a/setup.py b/setup.py index 9f88258a0f..75c99775c0 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,9 @@ setup( 'fudge >=1.0.3', ], + # to find the code associated with entry point + # A.B:foo first cd into directory A, open file B + # and find sub foo entry_points={ 'console_scripts': [ 'teuthology = teuthology.run:main',