Skip to content

Commit

Permalink
Information Display Options in setup.py for --license
Browse files Browse the repository at this point in the history
  • Loading branch information
cjchin committed May 17, 2019
1 parent cd229c3 commit 4cce52b
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 @@ -68,6 +68,9 @@ def find_all_files(directory, endings=None):
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 4cce52b

Please sign in to comment.