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.
2 parents f59f7ab + 3baeb89 commit 5a71c9cCopy full SHA for 5a71c9c
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