Skip to content

Commit 2ae4fac

Browse files
committed
setup.py
1 parent 1699094 commit 2ae4fac

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
@@ -23,7 +23,7 @@ def read(filename):
2323
packages=find_packages(),
2424
package_data={'veriloggen.utils': ['VERSION'],
2525
'veriloggen.simulation': ['*.cpp'], },
26-
install_requires=['jinja2>=2.10',
26+
install_requires=['Jinja2>=2.10',
2727
'pyverilog>=1.2.0',
2828
'numpy>=1.17'],
2929
extras_require={

0 commit comments

Comments
 (0)