Created anchor node, Updated .gitignore

This commit is contained in:
Tristan McGinnis
2025-02-20 11:22:20 -06:00
parent 7a0d73394d
commit 095b97000d
3 changed files with 147 additions and 2 deletions

View File

@@ -15,10 +15,11 @@ setup(
zip_safe=True,
maintainer='tristan',
maintainer_email='tristanmcginnis26@gmail.com',
description='TODO: Package description',
license='TODO: License declaration',
description='Anchor node used to run all modules through a single modules MCU/Computer. Commands to all modules will be relayed through CAN',
license='All Rights Reserved',
entry_points={
'console_scripts': [
"anchor = anchor_pkg.anchor_node:main"
],
},
)