Skip to content
Snippets Groups Projects
Commit b7922a9d authored by calrama's avatar calrama
Browse files

fix package file finding

parent e2f2cfe8
No related branches found
No related tags found
No related merge requests found
Pipeline #35294 passed
......@@ -27,7 +27,7 @@ setup(
"Programming Language :: Python :: 3.8",
],
python_requires=">=3.6",
packages=find_packages("src"),
packages=[f"robofish.{p}" for p in find_packages("src/robofish")],
package_dir={"": "src"},
zip_safe=True,
entry_points=entry_points,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment