Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 1, 2024
1 parent c1bcd3d commit c09bb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ def run(self) -> None:
install_requires=requirements,
extras_require={"dev": requirements_dev},
include_package_data=True,
packages=find_packages(include=["actuator"]),
packages=["actuator"],
cmdclass={"build_ext": RustBuildExt},
)

0 comments on commit c09bb13

Please sign in to comment.