Skip to content

Commit f6a3e16

Browse files
committed
submodules installation
1 parent b73269c commit f6a3e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
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
meta = {}
44
with open("bladex/meta.py") as fp:
@@ -53,7 +53,7 @@
5353
author=AUTHOR,
5454
author_email=MAIL,
5555
license='MIT',
56-
packages=[NAME],
56+
packages=find_packages(),
5757
install_requires=REQUIRED,
5858
extras_require=EXTRAS,
5959
include_package_data=True,

0 commit comments

Comments
 (0)