Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
maintainer_email="jafar@picknik.ai",
description="Python library for loading parameters in launch files",
license="BSD",
tests_require=["pytest"],
extras_require={
'test': [
'pytest',
Comment thread
mosfet80 marked this conversation as resolved.
Outdated
],
},
entry_points={
"console_scripts": [],
},
Expand Down