Skip to content

Commit 54c3ced

Browse files
committed
setup: Change contact name and address to group ones
1 parent dd04fd2 commit 54c3ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
setup(name='json-merge-patch',
33
version='0.2',
44
description='JSON Merge Patch library (https://tools.ietf.org/html/rfc7386)',
5-
author='David Raznick',
6-
author_email='[email protected]',
5+
author='Open Data Services',
6+
author_email='[email protected]',
77
scripts=['json-merge-patch'],
88
license='BSD',
99
packages=['json_merge_patch'],

0 commit comments

Comments
 (0)