Skip to content

Commit bfbc2b1

Browse files
authored
Merge pull request adipandas#36 from lukazso/master
Improve usability
2 parents a5f6e7f + c3c7df6 commit bfbc2b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ opencv-contrib-python
55
pandas
66
motmetrics
77
setuptools
8+
ipyfilechooser

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)