simulatino / trimtrailingwhitespaces

Python script that detects textfiles and then removes trailing white spaces and more.
The Unlicense
11 stars 2 forks source link

Improve the Windows installers #23

Closed dietmarw closed 10 years ago

dietmarw commented 10 years ago

Currently the Windows installers are build using:

python setup.py build --plat-name=win-amd64 bdist_wininst
python setup.py build --plat-name=win32 bdist_wininst

The problem is that this will extract the ttws scripts in the correct places but will not package the dependencies:

Where for "python-magic" some additional work has to be taken care of, see #19.