Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed May 24, 2023
1 parent 282cd31 commit 1a43a7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def get_version():
long_description_content_type='text/markdown',
url='https://github.com/mikel-brostrom/yolov8_tracking',
project_urls={
'Bug Reports': 'https://github.com/mikel-brostrom/yolov8_tracking/issues',
'Source': 'https://github.com/mikel-brostrom/yolov8_tracking'},
'Bug Reports': 'https://github.com/mikel-brostrom/yolo_tracking/issues',
'Source': 'https://github.com/mikel-brostrom/yolo_tracking'},
author='Mikel Brostrom',
author_email='yolov5.deepsort.pytorch@gmail.com',
packages=find_packages(), # required
Expand All @@ -56,4 +56,4 @@ def get_version():
'Topic :: Scientific/Engineering :: Image Processing',
],
keywords='machine-learning, deep-learning, vision, ML, DL, AI, YOLO',
)
)

0 comments on commit 1a43a7c

Please sign in to comment.