comparison setup.py @ 897:85e4678337cf

Update changelog and copyright years.
author cmlenz
date Thu, 22 Apr 2010 12:01:10 +0000
parents 6148ec774d7a
children 83f72a384221 89f4a6a31dbf
comparison
equal deleted inserted replaced
896:248d6671a7e1 897:85e4678337cf
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 # 3 #
4 # Copyright (C) 2006-2008 Edgewall Software 4 # Copyright (C) 2006-2010 Edgewall Software
5 # All rights reserved. 5 # All rights reserved.
6 # 6 #
7 # This software is licensed as described in the file COPYING, which 7 # This software is licensed as described in the file COPYING, which
8 # you should have received as part of this distribution. The terms 8 # you should have received as part of this distribution. The terms
9 # are also available at http://genshi.edgewall.org/wiki/License. 9 # are also available at http://genshi.edgewall.org/wiki/License.
32 from doctools import build_doc, test_doc 32 from doctools import build_doc, test_doc
33 except ImportError: 33 except ImportError:
34 build_doc = test_doc = None 34 build_doc = test_doc = None
35 35
36 _speedup_available = False 36 _speedup_available = False
37
37 38
38 class optional_build_ext(build_ext): 39 class optional_build_ext(build_ext):
39 # This class allows C extension building to fail. 40 # This class allows C extension building to fail.
40 def run(self): 41 def run(self):
41 try: 42 try:
Copyright (C) 2012-2017 Edgewall Software