Skip to content

Commit

Permalink
Merge pull request #16 from MeqdadDev/dev-1.2
Browse files Browse the repository at this point in the history
summarize the description for package in setup.py file
  • Loading branch information
MeqdadDev authored Nov 18, 2024
2 parents 4522b6c + ad2b735 commit 6af60d8
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 @@ -6,7 +6,7 @@
setup(
name="teachable_machine_lite",
version="1.2.0.1",
description="A lightweight Python package optimized for integrating exported models from Google's Teachable Machine Platform into robotics and embedded systems environments. This streamlined version of Teachable Machine Package is specifically designed for resource-constrained devices, making it easier to deploy and use your trained models in embedded applications. With a focus on efficiency and minimal dependencies, this tool maintains the core functionality while being more suitable for robotics and IoT projects.",
description="A lightweight Python package optimized for integrating exported models from Google's Teachable Machine Platform into robotics and embedded systems environments. This streamlined version of Teachable Machine Package is specifically designed for resource-constrained devices, making it easier to deploy and use your trained models in embedded applications.",
py_modules=["teachable_machine_lite"],
package_dir={"": "src"},
classifiers=[
Expand Down

0 comments on commit 6af60d8

Please sign in to comment.