Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sgherbst committed Apr 24, 2020
1 parent beec045 commit 616f03c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@
'model', 'models', 'generator', 'verilog', 'system-verilog',
'system verilog', 'synthesizable', 'emulation', 'fpga'],
packages=find_packages(),
install_requires=[

],
install_requires=install_requires,
license='MIT',
url=f'https://github.com/sgherbst/{name}',
author='Steven Herbst',
Expand Down

0 comments on commit 616f03c

Please sign in to comment.