Skip to content

Commit 21be16f

Browse files
committed
Add subpackages to setup file
1 parent 4ccf138 commit 21be16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author_email="[email protected]",
1010
python_requires=">=3.5.0",
1111
url="https://github.com/lgsvl/simulator",
12-
packages=["lgsvl"],
12+
packages=["lgsvl", "lgsvl.dreamview", "lgsvl.evaluator"],
1313
install_requires=[
1414
"websockets==7.0",
1515
"websocket-client==0.57.0"

0 commit comments

Comments
 (0)