Implement documentation setup and Docker configuration for LWC project

This commit is contained in:
Даниил Грабарь
2026-05-20 13:49:21 +10:00
parent a06470c0c9
commit dedf3e3467
12 changed files with 704 additions and 16 deletions
+3
View File
@@ -6,6 +6,9 @@ setup(
description="Lightweight Cobot — KUKA iiwa7 ROS2 Control Framework",
packages=find_packages(),
python_requires=">=3.11",
install_requires=[
"textual",
],
entry_points={
"console_scripts": [
"cobot=cobot.cli:main",