From 80d786e993af20c9a61408d7e15d040ea2e57574 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Aug 2017 22:40:13 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da7f26d..801d6de 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ if sys.argv[-1] == "publish": except FileNotFoundError: pass - # Create Source and Wheel (universal) distributions + # Create Source and Wheel (universal) distributions. os.system("{0} setup.py sdist bdist_wheel --universal ".format(sys.executable)) # Upload the package to PyPi.