We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5f6e7f + c3c7df6 commit bfbc2b1Copy full SHA for bfbc2b1
requirements.txt
@@ -5,3 +5,4 @@ opencv-contrib-python
5
pandas
6
motmetrics
7
setuptools
8
+ipyfilechooser
setup.py
@@ -1,4 +1,4 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
3
4
setup(
@@ -13,5 +13,6 @@
13
'scipy',
14
'opencv-contrib-python',
15
'motmetrics'
16
- ]
+ ],
17
+ packages=find_packages()
18
)
0 commit comments