Add missing setup.py fields (#18)
This commit is contained in:
parent
171ad46d6b
commit
2472feafad
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -20,9 +20,11 @@ setup(
|
||||||
name="ultralytics", # name of pypi package
|
name="ultralytics", # name of pypi package
|
||||||
version=get_version(), # version of pypi package
|
version=get_version(), # version of pypi package
|
||||||
python_requires=">=3.7.0",
|
python_requires=">=3.7.0",
|
||||||
|
license='GPL-3.0',
|
||||||
|
description='Ultralytics YOLOv8 and HUB',
|
||||||
long_description=README,
|
long_description=README,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
# url="https://github.com/ultralytics/ultralytics",
|
url="https://github.com/ultralytics/ultralytics",
|
||||||
project_urls={
|
project_urls={
|
||||||
'Bug Reports': 'https://github.com/ultralytics/ultralytics/issues',
|
'Bug Reports': 'https://github.com/ultralytics/ultralytics/issues',
|
||||||
'Funding': 'https://ultralytics.com',
|
'Funding': 'https://ultralytics.com',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue