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 f59f7ab commit 3baeb89Copy full SHA for 3baeb89
setup.py
@@ -21,7 +21,8 @@ def read(filename):
21
license="Apache License 2.0",
22
url='https://github.com/PyHDI/veriloggen',
23
packages=find_packages(),
24
- package_data={'veriloggen.simulation': ['*.cpp'], },
+ package_data={'veriloggen.utils': ['VERSION'],
25
+ 'veriloggen.simulation': ['*.cpp'], },
26
install_requires=['pyverilog>=1.1.2', 'ipgen>=1.0.0', 'Jinja2>=2.10'],
27
extras_require={
28
'graph': ['pygraphviz>=1.3.1'],
0 commit comments