Skip to content
Snippets Groups Projects
Commit 6bfc94a9 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add doc site and Andreas as author

parent 44402118
No related branches found
No related tags found
No related merge requests found
Pipeline #74678 passed
......@@ -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.
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment