Skip to content

Commit 0492eec

Browse files
committed
,
1 parent 72c598c commit 0492eec

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
author_email = 'swethasaseendran4@gmail.com',
1515
url = 'https://github.com/swetha4444/PyTrackX',
1616
license='MIT',
17+
project_urls={
18+
"Bug Tracker": "https://github.com/swetha4444/PyTrackX/issues",
19+
},
1720
install_requires=['numpy>=1.11',
1821
'matplotlib>=1.5',
1922
'pandas',
@@ -23,5 +26,9 @@
2326
'time'],
2427
download_url= 'https://github.com/swetha4444/PyTrackX/archive/refs/tags/0.1.tar.gz',
2528
keywords = ['yolo', 'mediapipe','object detection','object tracking'],
26-
classifiers = [],
29+
classifiers=[
30+
"Programming Language :: Python :: 3",
31+
"License :: OSI Approved :: MIT License",
32+
"Operating System :: OS Independent",
33+
],
2734
)

0 commit comments

Comments
 (0)