Skip to content

Commit 86c4bcf

Browse files
committed
add url author email information
1 parent ce7daf8 commit 86c4bcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uliweb_apijson/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__version__ = '0.1'
2-
__url__ = ''
3-
__author__ = ''
4-
__email__ = ''
2+
__url__ = 'https://github.com/zhangchunlin/uliweb-apijson'
3+
__author__ = 'Chunlin Zhang'
4+
__email__ = 'zhangchunlin@gmail.com'

0 commit comments

Comments
 (0)