diff --git a/README.md b/README.md index 36bfe17d7ba25dd3794816db13aee0c19dfbd999..e0452838d536c5b6a97a107add26230f92fc4bc6 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 bb8be26718e4a3c44d762ef34b7244760a2c70d4..af99bcfe10540cb26bc1a6f029cd0cda2e5035e2 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",