Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Oct 29, 2024
1 parent c299891 commit 31fa48e
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
Expand Up @@ -42,7 +42,7 @@ def run(self) -> None:


setup(
name="imu",
name="kscale-imu",
version=version,
description="Python interface for interacting with IMUs",
author="Wesley Maa",
Expand All @@ -62,7 +62,7 @@ def run(self) -> None:
install_requires=requirements,
extras_require={"dev": requirements_dev},
include_package_data=True,
package_data={"imu": package_data},
package_data={"kscale-imu": package_data},
packages=find_packages(include=["imu"]),
cmdclass={"build_ext": RustBuildExt},
)

0 comments on commit 31fa48e

Please sign in to comment.