Skip to content

Commit bb799b4

Browse files
committed
Updated authors
1 parent 1ae083c commit bb799b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonvalidate/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
"""Top-level package for jsonvalidate."""
44

5-
__author__ = """Robus Gauli"""
6-
__email__ = 'robusgauli@gmail.com'
5+
__authors__ = """Robus Gauli, Sagar Chamling"""
6+
__email__ = 'robusgauli@gmail.com, sgr.raee@gmail.com'
77
__version__ = '0.1.6'
88

99
from .jsonvalidate import (

0 commit comments

Comments
 (0)