~therp-nl/anybox.recipe.openerp/jbaudoux-relative_paths_explicit_jailroot_support

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Christophe Combelles
  • Date: 2012-10-14 13:40:53 UTC
  • Revision ID: ccomb@free.fr-20121014134053-5eiucmcvd1y57r3k
prepareĀ forĀ release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
import sys
3
3
from setuptools import setup, find_packages
4
4
 
5
 
version = '1.2-devel'
 
5
version = '1.1.4'
6
6
 
7
7
if sys.version_info < (2, 6):
8
8
    sys.stderr.write("This package requires Python 2.6 or newer. "