feat: update package versions and descriptions for all modules; add web interface package

This commit is contained in:
Даниил Грабарь
2026-05-24 10:18:04 +03:00
parent 0b0ef36428
commit cbd05effd2
15 changed files with 268 additions and 18 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ from setuptools import setup, find_packages
setup(
name="lightweight-cobot",
version="0.1.0",
description="Lightweight Cobot",
version="2026.05.31",
description="CLI tool for installing, configuring and managing the ROS 2 cobot workspace",
packages=find_packages(),
python_requires=">=3.11",
install_requires=[