Skip to content

Commit

Permalink
Refactor setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Sep 11, 2024
1 parent 6372dfc commit 5770f01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tools/ddsrouter_yaml_validator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
('share/' + package_name, [package_name + '/ddsrouter_config_schema.json']),
('share/' + package_name, [package_name + '/full_example.yaml'])
],
install_requires=['setuptools'],
install_requires=[],
zip_safe=True,
maintainer='eprosima',
maintainer_email='[email protected]',
description='Tool used for validating DDS-Router configuration files',
license='Apache License, Version 2.0',
tests_require=['pytest'],
test_suite='tests',
extras_require={
'test': [
'pytest', # Add your testing dependencies here
],
},
entry_points={
'console_scripts': [
'ddsrouter_yaml_validator = ddsrouter_yaml_validator.ddsrouter_yaml_validator:main',
Expand Down

0 comments on commit 5770f01

Please sign in to comment.