From 957cb6901e4d7a1347045c3ca733e64a5cd2af8e Mon Sep 17 00:00:00 2001
From: Felix Goding <felgo673@student.liu.se>
Date: Tue, 3 Mar 2020 12:27:58 +0100
Subject: [PATCH] Update setup.py

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index cfe8605f..8dc782c8 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",
-- 
GitLab