From 9376d05d526b361204737b9b3b4f1388263eda92 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 7 Oct 2015 15:13:28 +0530 Subject: [PATCH] Fix build step newlines --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index d2c6d55..fd0d9b8 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,9 @@ py.test ### To build code - python setup.py sdist bdist_wheel + python setup.py build --plat-name=win-amd64 bdist_wininst + python setup.py build --plat-name=win32 bdist_wininst ### To upload to PYPI-