Skip to content

Commit 60eae99

Browse files
author
Lukas Ewecker
committed
add find_package
1 parent a5f6e7f commit 60eae99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools import setup
1+
from setuptools import setup, find_packages
22

33

44
setup(
@@ -13,5 +13,6 @@
1313
'scipy',
1414
'opencv-contrib-python',
1515
'motmetrics'
16-
]
16+
],
17+
packages=find_packages()
1718
)

0 commit comments

Comments
 (0)