aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-01-11 16:12:25 +0100
committerMatěj Cepl <mcepl@redhat.com>2012-01-11 16:12:25 +0100
commitddeec222e02608798e3f9bc6a806343da7777332 (patch)
tree2f747d66d780e65373b87ed6183355e2a2a439e4
parent002d6d9fc84f72325d71a46cc87df197f9421d71 (diff)
downloadjson_diff-ddeec222e02608798e3f9bc6a806343da7777332.tar.gz
Switch the project’s website and clean up UTF-8 metadata.
-rwxr-xr-xjson_diff.py4
-rw-r--r--setup.py4
-rw-r--r--test_json_diff.py2
-rw-r--r--test_strings.py2
4 files changed, 6 insertions, 6 deletions
diff --git a/json_diff.py b/json_diff.py
index 6607261..725808d 100755
--- a/json_diff.py
+++ b/json_diff.py
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# -*- coding: utf-8 -*-
+# coding: utf-8
"""
Script for comparing two objects
@@ -32,7 +32,7 @@ import logging
from optparse import OptionParser
__author__ = "Matěj Cepl"
-__version__ = "1.2.4"
+__version__ = "1.2.5"
import locale
diff --git a/setup.py b/setup.py
index d4b13a3..56b2871 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# coding: utf-8
from distutils.core import setup
import json_diff
@@ -8,7 +8,7 @@ setup(
description='Generates diff between two JSON files',
author='Matěj Cepl',
author_email='mcepl@redhat.com',
- url='https://luther.ceplovi.cz/trac/',
+ url='https://fedorahosted.org/json_diff/',
py_modules=['json_diff', 'test_json_diff', 'test_strings'],
package_data={
'json_diff': 'test/*'
diff --git a/test_json_diff.py b/test_json_diff.py
index ff63e3e..9847642 100644
--- a/test_json_diff.py
+++ b/test_json_diff.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# coding: utf-8
"""
PyUnit unit tests
"""
diff --git a/test_strings.py b/test_strings.py
index 4108a15..af86ab7 100644
--- a/test_strings.py
+++ b/test_strings.py
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# coding: utf-8
NO_JSON_OLD = u"""
THIS IS NOT A JSON STRING