diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-01-11 16:12:25 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-01-11 16:12:25 +0100 |
commit | ddeec222e02608798e3f9bc6a806343da7777332 (patch) | |
tree | 2f747d66d780e65373b87ed6183355e2a2a439e4 /setup.py | |
parent | 002d6d9fc84f72325d71a46cc87df197f9421d71 (diff) | |
download | json_diff-ddeec222e02608798e3f9bc6a806343da7777332.tar.gz |
Switch the project’s website and clean up UTF-8 metadata.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/*' |