From 89ed0ee933853b61c87cb002b8b25570f228b32f Mon Sep 17 00:00:00 2001 From: Wiktor Bajor Date: Wed, 10 Jul 2024 18:04:18 +0200 Subject: [PATCH] Update pkg info --- human_detector/package.xml | 11 +++-------- human_detector/setup.py | 6 +++--- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/human_detector/package.xml b/human_detector/package.xml index 73f1459..dad8133 100644 --- a/human_detector/package.xml +++ b/human_detector/package.xml @@ -2,15 +2,10 @@ human_detector - 0.0.0 - TODO: Package description + 0.1.0 + Human detector package wiktor - TODO: License declaration - - ament_copyright - ament_flake8 - ament_pep257 - python3-pytest + Apache License 2.0 ament_python diff --git a/human_detector/setup.py b/human_detector/setup.py index 845a794..b534507 100644 --- a/human_detector/setup.py +++ b/human_detector/setup.py @@ -13,10 +13,10 @@ ], install_requires=['setuptools'], zip_safe=True, - maintainer='wiktor', + maintainer='Wiktor Bajor', maintainer_email='wiktorbajor1@gmail.com', - description='TODO: Package description', - license='TODO: License declaration', + description='Human detector package', + license='Apache License 2.0', tests_require=['pytest'], entry_points={ 'console_scripts': [