From 18ca2528423708103860a0dfd480d3426dc52a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sat, 13 Apr 2013 18:19:59 +0200 Subject: let sphinx extract version, author from source --- jsonpointer.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jsonpointer.py') diff --git a/jsonpointer.py b/jsonpointer.py index e45a205..dfb494e 100644 --- a/jsonpointer.py +++ b/jsonpointer.py @@ -33,10 +33,10 @@ """ Identify specific nodes in a JSON document (RFC 6901) """ # Will be parsed by setup.py to determine package metadata -__author__ = 'Stefan Kögl ' -__version__ = '1.0' -__website__ = 'https://github.com/stefankoegl/python-json-pointer' -__license__ = 'Modified BSD License' +__author__ = u'Stefan Kögl ' +__version__ = u'1.0' +__website__ = u'https://github.com/stefankoegl/python-json-pointer' +__license__ = u'Modified BSD License' try: -- cgit v1.2.1