diff --git a/setup.py b/setup.py
index cfe8605f8badf543b947f1d2b1f15d0ddcacd7aa..8dc782c85dc75260d3bf803db59417705e5e33fb 100644
--- a/setup.py
+++ b/setup.py
@@ -61,6 +61,7 @@ setuptools.setup(
     long_description = open("README.md", "r").read(),
     long_description_content_type = "text/markdown",
     url = "https://gitlab.liu.se/PUM_TDDD96/B-ASIC",
+    license = "MIT",
     classifiers = [
         "Programming Language :: Python :: 3",
         "License :: OSI Approved :: MIT License",