Document autoconfigure-ness
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 28 Dec 2019 21:34:32 +0000 (15:34 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 28 Dec 2019 21:34:32 +0000 (15:34 -0600)
setup.py

index 8653a94d7e4f7a0ca54c598bfcf50f4f17242121..a69d0c6122a2cf85797e8f7fff733b54523f8884 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -167,6 +167,9 @@ setup(
     # To provide executable scripts, use entry points in preference to the
     # "scripts" keyword. Entry points provide cross-platform support and allow
     # pip to create the appropriate form of executable for the target platform.
+    #
+    # Do not register PGWUI_Common in entry_points as a PGWUI component.
+    # Its configuration is manually coded.
     # entry_points={
     #     'console_scripts': [
     #         'sample=sample:main',