Skip to content

Commit

Permalink
correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom authored Jan 9, 2024
1 parent 2dd45fe commit 89bad14
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 @@ -27,11 +27,11 @@ def get_version():
description=('SOTA tracking methods for detection, segmentation and pose estimation models.'),
long_description=README,
long_description_content_type='text/markdown',
url='https://github.com/mikel-brostrom/yolov8_tracking',
url='https://github.com/mikel-brostrom/yolo_tracking',
project_urls={
'Bug Reports': 'https://github.com/mikel-brostrom/yolo_tracking/issues',
'Source': 'https://github.com/mikel-brostrom/yolo_tracking'},
author='Mikel Brostrom',
author='Mikel Broström',
author_email='[email protected]',
packages=find_packages(), # required
include_package_data=True,
Expand Down Expand Up @@ -69,7 +69,7 @@ def get_version():

platforms=["linux", "windows"],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 89bad14

Please sign in to comment.