Skip to content

Commit

Permalink
Fix path can't end with '/' error
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiheer authored Jan 26, 2021
1 parent df9fa96 commit 0f5d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def readme():
packages=['accelergy'],
install_requires = ['pyYAML >= 1.1', 'yamlordereddictloader >= 0.4', 'pyfiglet'],
python_requires = '>=3.6',
data_files=[('share/accelergy/primitive_component_libs/',
data_files=[('share/accelergy/primitive_component_libs',
['share/primitive_component_libs/primitive_component.lib.yaml',
'share/primitive_component_libs/pim_primitive_component.lib.yaml',
'share/primitive_component_libs/soc_primitives.lib.yaml']),
Expand Down

0 comments on commit 0f5d02b

Please sign in to comment.