diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-01-18 10:27:19 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-01-18 10:27:19 +0100 |
commit | 4a196e71d4aa325b93749b015a757109de006db5 (patch) | |
tree | 3a820048abbfcb6fe6a36c6635bea04e33385d64 /README.txt | |
parent | ddeec222e02608798e3f9bc6a806343da7777332 (diff) | |
download | json_diff-4a196e71d4aa325b93749b015a757109de006db5.tar.gz |
Plenty of setup.py work.1.2.7
* Yet another (hopefully the last) fix of the development website. We are
on fedorahosted.org now.
* Move tests to test/ module
* Clean up setup.py (when using defaults, install doesn’t install tests,
which I like)
* Add new setup.py command test to run the test suite.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Compares two JSON files (http://json.org) and generates a new JSON file with the result. Allows exclusion of some keys from the comparison, or
in other way to include only some keys.
-The development repository is at https://gitorious.org/json_diff/mainline
+The project’s website is at https://fedorahosted.org/json_diff/
Patches and pull requests are welcome, but please keep the script compatible
with python 2.4.
|