Skip to content

Commit

Permalink
fix: ModuleNotFoundError: No module named 'fpga.helpers'
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcapacho authored and rodrigomelo9 committed Sep 26, 2023
1 parent fe8bcbc commit 8777ee8
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 @@ -15,7 +15,7 @@
author_email='[email protected]',
license='GPLv3',
url='https://github.com/PyFPGA/pyfpga',
package_data={'': ['tool/*.sh', 'tool/*.tcl']},
package_data={'': ['tool/*.sh', 'tool/*.tcl', 'helpers/*']},
packages=find_packages(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 8777ee8

Please sign in to comment.