From 6bfc94a9f75f7ced09db2fe51a2107a938f7588e Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Fri, 2 Sep 2022 20:07:20 +0200
Subject: [PATCH] Add doc site and Andreas as author

---
 README.md | 2 ++
 setup.py  | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 36bfe17d..e0452838 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
 
 B-ASIC is an ASIC toolbox for Python 3 that simplifies circuit design and optimization.
 
+The latest documentation can be viewed at: https://da.gitlab-pages.liu.se/B-ASIC/index.html
+
 ## Development
 
 How to build and debug the library during development.
diff --git a/setup.py b/setup.py
index bb8be267..af99bcfe 100644
--- a/setup.py
+++ b/setup.py
@@ -67,12 +67,12 @@ setuptools.setup(
     version="1.0.1-beta",
     author="Adam Jakobsson, Angus Lothian, Arvid Westerlund, Felix Goding, "
         "Ivar Härnqvist, Jacob Wahlman, Kevin Scott, Rasmus Karlsson, "
-        "Oscar Gustafsson",
+        "Oscar Gustafsson, Andreas Bolin",
     author_email="adaja901@student.liu.se, anglo547@student.liu.se, "
         "arvwe160@student.liu.se, felgo673@student.liu.se, "
         "ivaha717@student.liu.se, jacwa448@student.liu.se, "
         "kevsc634@student.liu.se, raska119@student.liu.se, "
-        "oscar.gustafsson@liu.se",
+        "oscar.gustafsson@liu.se, andbo467@student.liu.se",
     description="Better ASIC Toolbox",
     long_description=open("README.md", "r").read(),
     long_description_content_type="text/markdown",
-- 
GitLab