From 2472feafad1ed1bc27f7f48ea2258a5539cbcde7 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 19 Sep 2022 15:49:09 +0200 Subject: [PATCH] Add missing setup.py fields (#18) --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c7b43c..7494ae8 100644 --- a/setup.py +++ b/setup.py @@ -20,9 +20,11 @@ setup( name="ultralytics", # name of pypi package version=get_version(), # version of pypi package python_requires=">=3.7.0", + license='GPL-3.0', + description='Ultralytics YOLOv8 and HUB', long_description=README, long_description_content_type="text/markdown", - # url="https://github.com/ultralytics/ultralytics", + url="https://github.com/ultralytics/ultralytics", project_urls={ 'Bug Reports': 'https://github.com/ultralytics/ultralytics/issues', 'Funding': 'https://ultralytics.com',