]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Added comment explaining how setup is tied to actual code.
authorSander Pool <sander.pool@inktank.com>
Thu, 15 Nov 2012 00:27:01 +0000 (16:27 -0800)
committerSander Pool <sander.pool@inktank.com>
Thu, 15 Nov 2012 00:27:01 +0000 (16:27 -0800)
setup.py

index 9f88258a0fabfb80d78cb05be705c4da3f2228d5..75c99775c093a88e48603d3ae61fe6c0b7561ed5 100644 (file)
--- 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',