gluing point tracking tool
This commit is contained in:
8
setup.py
8
setup.py
@@ -1,5 +1,5 @@
|
||||
from distutils.core import setup
|
||||
import os
|
||||
from distutils.core import setup
|
||||
|
||||
|
||||
def version_reader(path):
|
||||
@@ -14,13 +14,13 @@ setup(
|
||||
packages=["tsmark"],
|
||||
version=version,
|
||||
description="Video timestamp marking.",
|
||||
author="Ville Rantanen",
|
||||
author_email="ville.q.rantanen@gmail.com",
|
||||
author="Q",
|
||||
author_email="q@six9.net",
|
||||
keywords=["video"],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"tsmark=tsmark:main",
|
||||
],
|
||||
},
|
||||
install_requires=["opencv-python>=4.5.0"],
|
||||
install_requires=["opencv-python>=4.5.0", "scipy"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user