log setup.py @ 630:6c40f5840a06

age author description
Tue, 05 May 2015 13:34:57 +0200 Emmanuel Gil Peyrot Include all of the modules during cx_Freeze, and don’t prevent multi-threaded Cython compilation on non-Windows platforms.
Tue, 05 May 2015 13:32:56 +0200 Emmanuel Gil Peyrot Use the current revision as the version number.
Thu, 09 Apr 2015 12:06:44 +0200 Emmanuel Gil Peyrot Fix (again…) the OSX and Win32 build.
Thu, 02 Apr 2015 17:41:17 +0200 Emmanuel Gil Peyrot Fix OSX and Windows build, by renaming a forgotten variable.
Tue, 31 Mar 2015 21:26:00 +0200 Emmanuel Gil Peyrot Use two passes for the module search, and clean it up so that pure Python modules don’t get compiled by default.
Wed, 26 Nov 2014 14:00:17 +0100 Emmanuel Gil Peyrot Make ANM0 pure-python again, by moving the Cython-dependent ANM class into its own module.