timezones.
"""
-__version__ = "1.0"
+__version__ = "1.1"
__license__ = """Released under the same terms as Perl.
See: http://dev.perl.org/licenses/
"""
__author__ = "Harry Fuecks <hfuecks@gmail.com>"
__contributors__ = [
"Peter Hickman <peterhi@ntlworld.com>",
+ "Loic Dachary <loic@dachary.org>"
]
import re
setup(
name = 'apachelog',
- version = '1.0',
+ version = '1.1',
description = 'Access log parser in python, ported from '\
'Peter Hickman\'s Apache::LogRegex Perl moduleUniversal.',
long_description = """\