You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use single setup.py for normal and lite packages At package generation time, add a 'lite' command line option that forces the light version of the package. At installation time, use absence of phonenumbers/tzdata to indicate light version being installed. This is somewhat experimental; dynamically messing with setup processing may well have unexpected side effects.