commit | 98caea1496846935dd60a0e170c401e91ce9029a | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Wed Jul 20 10:57:46 2011 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Wed Jul 20 10:57:46 2011 +0200 |
tree | 7ff4316f9c68a0e1de5a383f9242d6229ac45419 | |
parent | 3284e098e54c816c561ccb800d978b570f08c36e [diff] [blame] |
And now it should work again on pypy
diff --git a/setup.py b/setup.py index 5691977..65fa171 100644 --- a/setup.py +++ b/setup.py
@@ -71,7 +71,7 @@ features['speedups'] = speedups setup( name='MarkupSafe', - version='0.14', + version='0.15', url='http://dev.pocoo.org/', license='BSD', author='Armin Ronacher', @@ -125,4 +125,4 @@ if not (is_pypy or is_jython): try_building_extension() else: - run_setpu(False) + run_setup(False)