Skip to content

Commit a036673

Browse files
committed
Update comments
1 parent 6c8fc90 commit a036673

File tree

1 file changed

+2
-2
lines changed
  • coffee_ws/src/sui_coffee_order_indexer

1 file changed

+2
-2
lines changed

coffee_ws/src/sui_coffee_order_indexer/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
'prisma', # Prisma Client Python
2626
'sui-py>=0.1.0', # New Sui Python SDK
2727
'python-dotenv', # For environment configuration
28-
'websockets', # For WebSocket support
28+
2929
],
3030
zip_safe=True,
3131
maintainer='kpatch',
3232
maintainer_email='irvsteve@gmail.com',
33-
description='A ROS2 package for indexing coffee order events from the Sui blockchain',
33+
description='A ROS2 package for indexing coffee club events from the Sui blockchain and controlling coffee machines',
3434
license='Apache-2.0',
3535
tests_require=['pytest'],
3636
entry_points={

0 commit comments

Comments
 (0)