Skip to content

Commit

Permalink
submodules installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ndem0 authored Jan 28, 2025
1 parent b73269c commit 21ba91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages

meta = {}
with open("bladex/meta.py") as fp:
Expand Down Expand Up @@ -53,7 +53,7 @@
author=AUTHOR,
author_email=MAIL,
license='MIT',
packages=[NAME],
packages=find_packages(),
install_requires=REQUIRED,
extras_require=EXTRAS,
include_package_data=True,
Expand Down

0 comments on commit 21ba91f

Please sign in to comment.