Skip to content

Commit

Permalink
Update pkg info
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 10, 2024
1 parent db33013 commit 89ed0ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
11 changes: 3 additions & 8 deletions human_detector/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>human_detector</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<version>0.1.0</version>
<description>Human detector package</description>
<maintainer email="wiktorbajor1@gmail.com">wiktor</maintainer>
<license>TODO: License declaration</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>python3-pytest</test_depend>
<license>Apache License 2.0</license>

<export>
<build_type>ament_python</build_type>
Expand Down
6 changes: 3 additions & 3 deletions human_detector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 89ed0ee

Please sign in to comment.