Skip to content

Commit 4a961e0

Browse files
committed
template
1 parent cee5570 commit 4a961e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(filename):
2121
license="Apache License 2.0",
2222
url='https://github.com/PyHDI/veriloggen',
2323
packages=find_packages(),
24-
#package_data={ 'path' : ['*.*'], },
24+
package_data={'veriloggen.simulation': ['*.cpp'], },
2525
install_requires=['pyverilog>=1.1.2', 'ipgen>=1.0.0', 'Jinja2>=2.10'],
2626
extras_require={
2727
'graph': ['pygraphviz>=1.3.1'],

0 commit comments

Comments
 (0)