We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd04fd2 commit 54c3cedCopy full SHA for 54c3ced
setup.py
@@ -2,8 +2,8 @@
2
setup(name='json-merge-patch',
3
version='0.2',
4
description='JSON Merge Patch library (https://tools.ietf.org/html/rfc7386)',
5
- author='David Raznick',
6
- author_email='[email protected]',
+ author='Open Data Services',
+ author_email='[email protected]',
7
scripts=['json-merge-patch'],
8
license='BSD',
9
packages=['json_merge_patch'],
0 commit comments