diff --git a/setup.py b/setup.py index 2011fe539..fb7d34766 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ def find_all_files(directory, endings=None): python_requires=">=3.6", install_requires=["colorama"], requires=["colorama"], - license=["Mozilla Public License 2.0 (MPL 2.0)"], + license="Mozilla Public License 2.0 (MPL 2.0)", author="Lars Asplund", author_email="lars.anders.asplund@gmail.com", description="VUnit is an open source unit testing framework for VHDL/SystemVerilog.",