Skip to content

Commit

Permalink
testing another setup.py config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrown99c committed Aug 30, 2024
1 parent 26addfb commit a3b7068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depthai_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
description='This package provides an abstraction of the DepthAI API library.',
long_description=io.open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
url='https://github.com/dbrown99c/depthai/depthai_sdk/src/depthai_sdk',
url='https://github.com/dbrown99c/depthai/depthai_sdk/',
keywords="depthai sdk oak camera",
author='Luxonis',
author_email='[email protected]',
Expand Down Expand Up @@ -52,7 +52,7 @@
],
entry_points={
'console_scripts': [
'depthai_sdk = depthai_sdk_console_scripts.depthai_sdk:main',
'depthai_sdk = depthai_sdk_console_scripts.depthai_sdk:bug/fix-trigger_action',
]
},
)

0 comments on commit a3b7068

Please sign in to comment.