We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee5570 commit 4a961e0Copy full SHA for 4a961e0
setup.py
@@ -21,7 +21,7 @@ def read(filename):
21
license="Apache License 2.0",
22
url='https://github.com/PyHDI/veriloggen',
23
packages=find_packages(),
24
- #package_data={ 'path' : ['*.*'], },
+ package_data={'veriloggen.simulation': ['*.cpp'], },
25
install_requires=['pyverilog>=1.1.2', 'ipgen>=1.0.0', 'Jinja2>=2.10'],
26
extras_require={
27
'graph': ['pygraphviz>=1.3.1'],
0 commit comments