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