Skip to content

Commit

Permalink
Information Display Options in setup.py for --requires
Browse files Browse the repository at this point in the history
  • Loading branch information
cjchin committed May 17, 2019
1 parent 9ae0ae0 commit cd229c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ def find_all_files(directory, endings=None):
install_requires=[
"colorama",
],
requires=[
"colorama",
],
author='Lars Asplund',
author_email='[email protected]',
description="VUnit is an open source unit testing framework for VHDL/SystemVerilog.",
Expand Down

0 comments on commit cd229c3

Please sign in to comment.