File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Next Release
2- ------------
1+ 1.0.0 (2014-02-02)
2+ ------------------
33
44- Dropped support for Python versions before 2.6.
55
Original file line number Diff line number Diff line change 1- __version__ = '0.5 '
1+ __version__ = '1.0.0 '
22
33import os
44import sys
77
88if py_version < (2 , 6 ):
99 raise RuntimeError (
10- 'On Python 2, supervisor_twiddler requires Python 2.6 or later' )
10+ 'On Python 2, supervisor_cache requires Python 2.6 or later' )
1111elif (3 , 0 ) < py_version < (3 , 2 ):
1212 raise RuntimeError (
13- 'On Python 3, supervisor_twiddler requires Python 3.2 or later' )
13+ 'On Python 3, supervisor_cache requires Python 3.2 or later' )
1414
1515from setuptools import setup , find_packages
1616here = os .path .abspath (os .path .dirname (__file__ ))
4141 name = 'supervisor_cache' ,
4242 version = __version__ ,
4343 license = 'License :: OSI Approved :: BSD License' ,
44- url = 'http ://github.com/mnaberez/supervisor_cache' ,
44+ url = 'https ://github.com/mnaberez/supervisor_cache' ,
4545 description = "supervisor_cache RPC extension for supervisor" ,
4646 long_description = DESC ,
4747 classifiers = CLASSIFIERS ,
You can’t perform that action at this time.
0 commit comments