Skip to content

Commit

Permalink
Merge pull request VUnit#502 from cjchin/master
Browse files Browse the repository at this point in the history
Update setup.py to show correct information display options (attempt 2)
  • Loading branch information
kraigher authored May 26, 2019
2 parents 99cc71d + 4cce52b commit 85f1607
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ def find_all_files(directory, endings=None):
install_requires=[
"colorama",
],
requires=[
"colorama",
],
license=[
"Mozilla Public License 2.0 (MPL 2.0)",
],
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 85f1607

Please sign in to comment.