Skip to content

Commit

Permalink
pip hack
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto@sirius committed May 1, 2010
1 parent 99d305c commit 7d5cf6f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ChangeLog
@@ -1,3 +1,26 @@
*** may 2010 ***

* 0.9.5 [20100501] *

- hook based request/modifier management
- plugin support via dlopen
- on-the-fly management flag
- integrated proxy
- logging via udp
- improved spooler for cron-like apps
- async support
- green thread platform (uGreen) on top of teh async mode
- transparent Erlang integration
- embedded snmp agent
- nagios mode
- improved python 3.x support
- improved xml configuration
- new build system
- address space usage limiting
- lot of portability fixes
- lot of optimizations and code refactoring


*** april 2010 ***

* Fourth Maintenance release [20100427] *
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Expand Up @@ -7,6 +7,12 @@
from distutils.command.install import install
from distutils.command.build_ext import build_ext

# hack for distutils/pip
try:
sys.argv.remove('--single-version-externally-managed')
except:
pass

class uWSGIBuilder(build_ext):

def run(self):
Expand Down

0 comments on commit 7d5cf6f

Please sign in to comment.