Skip to content

Commit 4702aa3

Browse files
committed
trying this
1 parent 3240a0c commit 4702aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
setup(
44
name="fluss_api",
55
version="0.1.9.12",
6-
packages= find_packages(),
7-
install_requires =[
6+
packages=find_packages(include=["fluss_api", "fluss_api.*"]),
7+
install_requires=[
88
"aiohttp>=3.7.0",
99
],
1010
author="Marcello Jardim",

0 commit comments

Comments
 (0)