From 3026b25cfba91316a52d5f51c430f171b6f088ed Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 1 Sep 2016 15:21:41 +0100 Subject: [PATCH] Update release docs for PEP 527 --- docs/source/development_release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/development_release.rst b/docs/source/development_release.rst index 175814159..4350ace10 100644 --- a/docs/source/development_release.rst +++ b/docs/source/development_release.rst @@ -50,7 +50,7 @@ Create the release .. code:: bash - python setup.py sdist --formats=zip,gztar + python setup.py sdist python setup.py bdist_wheel #. You can now test the ``wheel`` and the ``sdist`` locally before uploading