diff --git a/PythonAPI/setup.py b/PythonAPI/setup.py index 2ec1fd1..10191aa 100644 --- a/PythonAPI/setup.py +++ b/PythonAPI/setup.py @@ -26,6 +26,8 @@ setup( name='pycocotools', description='Official APIs for the MS-COCO dataset', + url="https://github.com/ppwwyyxx/cocoapi", + license="FreeBSD", packages=['pycocotools'], package_dir={'pycocotools': 'pycocotools'}, setup_requires=setup_requires,