Skip to content
Snippets Groups Projects
Commit 613e9098 authored by Ivar Härnqvist's avatar Ivar Härnqvist
Browse files

fix sdist by adding CMakeLists.txt to manifest, update README.md

parent dce32392
No related branches found
No related tags found
4 merge requests!67WIP: B-ASIC version 1.0.0 hotfix,!65B-ASIC version 1.0.0,!15Add changes from sprint 1 and 2 to master,!1WIP: System shell to develop branch
.gitignore 100755 → 100644
File mode changed from 100755 to 100644
CMakeLists.txt 100755 → 100644
File mode changed from 100755 to 100644
LICENSE 100755 → 100644
File mode changed from 100755 to 100644
MANIFEST.in 100755 → 100644
include README.md
include LICENSE
include CMakeLists.txt
recursive-include src *.cpp *.h
README.md 100755 → 100644
......@@ -59,6 +59,18 @@ python3 setup.py sdist
```
The output gets written to `B-ASIC/dist`.
#### Installation (Binary distribution)
In `B-ASIC`:
```
python3 -m pip install b_asic-<version>-<cpver>-<cpver>_<arch>.whl
```
#### Installation (Source distribution)
In `B-ASIC`:
```
python3 -m pip install b-asic-<version>.tar.gz
```
## Usage
How to build and use the library as a user.
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
b_asic/ops.py 100755 → 100644
File mode changed from 100755 to 100644
b_asic/pc.py 100755 → 100644
File mode changed from 100755 to 100644
b_asic/port.py 100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
b_asic/sfg.py 100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
logo.png 100755 → 100644
File mode changed from 100755 to 100644
setup.py 100755 → 100644
File mode changed from 100755 to 100644
src/main.cpp 100755 → 100644
File mode changed from 100755 to 100644
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