add __homepage__

pull/265/head
KaiyangZhou 2019-11-04 10:47:49 +00:00
parent 5fa981b28b
commit 45091f4f85
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from __future__ import print_function
__version__ = '1.0.6'
__author__ = 'Kaiyang Zhou'
__homepage__ = 'https://kaiyangzhou.github.io/'
__description__ = 'Deep learning person re-identification in PyTorch'
__url__ = 'https://github.com/KaiyangZhou/deep-person-reid'