From 73c7ad55b6e6efa7a6c2a4d6c66a968c3f1785f3 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 1 May 2015 14:00:31 +0300 Subject: [PATCH] Add comment which shows how to use script --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 3568fc326..a9fbca00d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,9 @@ +""" +Distribution builder for pyfa. +Windows executable: python setup.py build +Windows executable + installer: python setup.py bdist_msi +""" import sys from itertools import chain