summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup and doc generation works once againSebastian Thiel2010-11-301-4/+3
|
* Added zip_safe flag to setup.py0.5.2Sebastian Thiel2010-11-211-0/+1
|
* Added delta_apply.h file to make more native use of python's build system, ↵Sebastian Thiel2010-11-211-1/+2
| | | | which should hopefully fix the easy_install trouble
* setup: added missing _delta_apply.c file to setup script, allowing the ↵Sebastian Thiel2010-11-211-1/+1
| | | | performance module to be compiled
* bumped version to 0.5.2Sebastian Thiel2010-11-201-1/+1
|
* Now building a single module called _perf which contains all the performance ↵Sebastian Thiel2010-10-131-4/+1
| | | | enhancements, which increases loadtimes, less is more
* Put delta-apply code into separate function. Would have preferred to to have ↵Sebastian Thiel2010-10-131-1/+4
| | | | just one dynamic module, lets see whether includes are possible
* Adjusted setup.py to deal more gracefully with build failures of our ↵0.5.1Sebastian Thiel2010-07-131-1/+13
| | | | optional extensions
* Bumped version to 0.5.1, added changelog to documentationSebastian Thiel2010-07-091-3/+3
|
* Added fixes to setup.py to allow easy_installation0.5.0Sebastian Thiel2010-07-081-1/+56
|
* added setup.py and Manifest to allow distribution and easy_installSebastian Thiel2010-07-011-0/+18