Skip to content

Commit e6142ca

Browse files
committed
update setup.py
1 parent 08f3c9d commit e6142ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55

6-
from setuptools import setup
6+
from setuptools import find_packages, setup
77

88
here = os.path.abspath(os.path.dirname(__file__))
99

@@ -38,4 +38,6 @@
3838
"Programming Language :: Python :: 3.7",
3939
"Topic :: Utilities",
4040
"Operating System :: OS Independent",
41-
], packages=['annofabapi'])
41+
],
42+
packages=find_packages()
43+
)

0 commit comments

Comments
 (0)