From 4f8a15bfc89c71ec4ba8b5187ede787feb4b46e4 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 18 Dec 2015 16:48:55 +0100 Subject: [PATCH] include both sdist formats --- docs/source/development_js.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/development_js.rst b/docs/source/development_js.rst index 3d6fc1ce5..5ba19b6ae 100644 --- a/docs/source/development_js.rst +++ b/docs/source/development_js.rst @@ -66,7 +66,7 @@ from within JavaScript. .. code:: - $ python setup.py sdist + $ python setup.py sdist --formats=zip,gztar $ python setup.py bdist_wheel