From: Karl O. Pinc Date: Sat, 28 Dec 2019 21:34:32 +0000 (-0600) Subject: Document autoconfigure-ness X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=c250a859444c2a3a81f7b13d9c4e74f92859f496;p=pgwui_common Document autoconfigure-ness --- diff --git a/setup.py b/setup.py index 8653a94..a69d0c6 100644 --- 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',