fill in setup.py for camera controller
This commit is contained in:
@@ -15,11 +15,12 @@ setup(
|
|||||||
zip_safe=True,
|
zip_safe=True,
|
||||||
maintainer='ubuntu',
|
maintainer='ubuntu',
|
||||||
maintainer_email='semmer99@gmail.com',
|
maintainer_email='semmer99@gmail.com',
|
||||||
description='TODO: Package description',
|
description='Package for controlling the camera of the drone',
|
||||||
license='TODO: License declaration',
|
license='Apache License 2.0',
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
'camera_controller = camera.camera_controller:main'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user