summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Drysdale <dmd@lurklurk.org>2014-03-19 11:03:49 +0000
committerDavid Drysdale <dmd@lurklurk.org>2014-03-19 11:03:49 +0000
commit6686d64d8d8da6d41e4cfb04f2d216b5aee12763 (patch)
treef7f422dd1fecbe46378899fede279cce5c6207bf /tools
parent745682b7eb5b5e419fdefe385e81765923fb03ab (diff)
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.
Diffstat (limited to 'tools')
-rw-r--r--tools/python/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/README b/tools/python/README
index 372e0a52..2f8fb2d4 100644
--- a/tools/python/README
+++ b/tools/python/README
@@ -124,4 +124,4 @@ Release Procedure
- Push the package to PyPI with:
cd python && setup.py sdist upload
- Push the lite package to PyPI with:
- cd python && setup-lite.py sdist upload
+ cd python && setup.py lite sdist upload