Add comment which shows how to use script

This commit is contained in:
DarkPhoenix
2015-05-01 14:00:31 +03:00
parent a34c5ace5c
commit 73c7ad55b6

View File

@@ -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