Skip to content

Commit

Permalink
changing temperature package
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseKapps committed Nov 1, 2023
1 parent f422ae6 commit aae0cf4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 211 deletions.
202 changes: 0 additions & 202 deletions sensors/temperature/LICENSE

This file was deleted.

4 changes: 2 additions & 2 deletions sensors/temperature/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<name>temperature</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="“vincent.rosenpflanzer@gmail.com">vincent</maintainer>
<license>Apache-2.0</license>
<maintainer email="rose.j.kapps@gmail.com">vortex</maintainer>
<license>TODO: License declaration</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
8 changes: 4 additions & 4 deletions sensors/temperature/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
],
install_requires=['setuptools'],
zip_safe=True,
maintainer='vincent',
maintainer_email='“vincent.rosenpflanzer@gmail.com',
maintainer='vortex',
maintainer_email='rose.j.kapps@gmail.com',
description='TODO: Package description',
license='Apache-2.0',
license='TODO: License declaration',
tests_require=['pytest'],
entry_points={
'console_scripts': [
'temperature = temperature.temperature:main'
"temperature_publisher = temperature.temperature:main"
],
},
)
3 changes: 0 additions & 3 deletions sensors/temperature/temperature/temperature.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
def main():
print('Hi from temperature.')


if __name__ == '__main__':
main()

0 comments on commit aae0cf4

Please sign in to comment.