From 87e1fc12897a958490c586fca27d3b900199aeba Mon Sep 17 00:00:00 2001 From: Sander Pool Date: Wed, 14 Nov 2012 16:27:01 -0800 Subject: [PATCH] Added comment explaining how setup is tied to actual code. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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', -- 2.39.5